@charset "UTF-8";
/* -------------------------------------------------- 
// 	Load Customizer
-------------------------------------------------- */
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #ff6666;
  --red: #b10000;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #3c7067;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #737877;
  --gray-dark: #333333;
  --green_dark: #09231a;
  --gold: #bf9a5d;
  --grad: rgba(83, 86, 90, 0.9);
  --grad_lg: rgba(83, 86, 90, 0.8);
  --primary: #bf9a5d;
  --secondary: #3c7067;
  --success: #3c7067;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #b10000;
  --light: #f3f3f5;
  --dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1400px;
  --breakpoint-xxl: 1920px;
  --font-family-sans-serif: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #000;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #bf9a5d;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #95733b;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #737877;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.625rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.43rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .soclinks, #safooter ul, #evtfootban_pad ul, #sanav ul, .logos ul, ul.soc {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #737877;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, #evtfootban_pad img, body img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #000;
  border: 1px solid #666666;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #737877;
}

code {
  font-size: 87.5%;
  color: #ff6666;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #111111;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #111111;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .contwrap,
.container-fluid,
#sanav .navbar,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .contwrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .contwrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .contwrap {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .contwrap {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .contwrap {
    max-width: 1366px;
  }
}
.row, .controw {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1, [class$=_row].mix.R > article, [class$=_row].img.R > article {
  order: 1;
}

.order-2, [class$=_row].mix.R .sect_ban, [class$=_row].img.R .sect_ban {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2, #disclaimer {
    order: 2;
  }

  .order-md-3, #footerlangmenu {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1, [class$=_row].mix.R .sect_ban, [class$=_row].img.R .sect_ban {
    order: 1;
  }

  .order-lg-2, [class$=_row].mix.R > article, [class$=_row].img.R > article {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #cccccc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc;
}
.table tbody + tbody {
  border-top: 2px solid #cccccc;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #cccccc;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #cccccc;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ede3d2;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #decaab;
}

.table-hover .table-primary:hover {
  background-color: #e6d8c0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #e6d8c0;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c8d7d4;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #9ab5b0;
}

.table-hover .table-secondary:hover {
  background-color: #b9ccc8;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b9ccc8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c8d7d4;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #9ab5b0;
}

.table-hover .table-success:hover {
  background-color: #b9ccc8;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b9ccc8;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #e9b8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #d67a7a;
}

.table-hover .table-danger:hover {
  background-color: #e3a5a5;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e3a5a5;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f9f9fa;
}

.table-hover .table-light:hover {
  background-color: #efefef;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #efefef;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595;
}

.table-hover .table-dark:hover {
  background-color: #b9b9b9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9b9b9;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #464646;
}
.table .thead-light th {
  color: #141414;
  background-color: #cccccc;
  border-color: #cccccc;
}

.table-dark {
  color: #fff;
  background-color: #333333;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #464646;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #141414;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #848484;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #141414;
}
.form-control:focus {
  color: #141414;
  background-color: #fff;
  border-color: #e3d3b8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 154, 93, 0.25);
}
.form-control::-moz-placeholder {
  color: #737877;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #737877;
  opacity: 1;
}
.form-control::placeholder {
  color: #737877;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #cccccc;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #141414;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #737877;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #3c7067;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(60, 112, 103, 0.9);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3c7067;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233c7067' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #3c7067;
  box-shadow: 0 0 0 0.2rem rgba(60, 112, 103, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #3c7067;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233c7067' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #3c7067;
  box-shadow: 0 0 0 0.2rem rgba(60, 112, 103, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3c7067;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #3c7067;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #3c7067;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #4e9186;
  background-color: #4e9186;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(60, 112, 103, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3c7067;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3c7067;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3c7067;
  box-shadow: 0 0 0 0.2rem rgba(60, 112, 103, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #b10000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(177, 0, 0, 0.9);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #b10000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b10000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b10000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #b10000;
  box-shadow: 0 0 0 0.2rem rgba(177, 0, 0, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #b10000;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b10000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b10000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #b10000;
  box-shadow: 0 0 0 0.2rem rgba(177, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #b10000;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #b10000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #b10000;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e40000;
  background-color: #e40000;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(177, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b10000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #b10000;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #b10000;
  box-shadow: 0 0 0 0.2rem rgba(177, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.75rem 2.625rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0;
  transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333333;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 154, 93, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #111111;
  background-color: #bf9a5d;
  border-color: #bf9a5d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b08846;
  border-color: #a78142;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #b08846;
  border-color: #a78142;
  box-shadow: 0 0 0 0.2rem rgba(165, 133, 82, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #111111;
  background-color: #bf9a5d;
  border-color: #bf9a5d;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #a78142;
  border-color: #9e7a3e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 133, 82, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #3c7067;
  border-color: #3c7067;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #2f5750;
  border-color: #2a4f48;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #2f5750;
  border-color: #2a4f48;
  box-shadow: 0 0 0 0.2rem rgba(89, 133, 126, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #3c7067;
  border-color: #3c7067;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2a4f48;
  border-color: #264641;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 133, 126, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3c7067;
  border-color: #3c7067;
}
.btn-success:hover {
  color: #fff;
  background-color: #2f5750;
  border-color: #2a4f48;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2f5750;
  border-color: #2a4f48;
  box-shadow: 0 0 0 0.2rem rgba(89, 133, 126, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #3c7067;
  border-color: #3c7067;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2a4f48;
  border-color: #264641;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 133, 126, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #111111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #111111;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #111111;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(219, 167, 9, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #111111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #111111;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(219, 167, 9, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #b10000;
  border-color: #b10000;
}
.btn-danger:hover {
  color: #fff;
  background-color: darkred;
  border-color: #7e0000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: darkred;
  border-color: #7e0000;
  box-shadow: 0 0 0 0.2rem rgba(189, 38, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #b10000;
  border-color: #b10000;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #7e0000;
  border-color: #710000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(189, 38, 38, 0.5);
}

.btn-light {
  color: #111111;
  background-color: #f3f3f5;
  border-color: #f3f3f5;
}
.btn-light:hover {
  color: #111111;
  background-color: #dedee4;
  border-color: #d7d7de;
}
.btn-light:focus, .btn-light.focus {
  color: #111111;
  background-color: #dedee4;
  border-color: #d7d7de;
  box-shadow: 0 0 0 0.2rem rgba(209, 209, 211, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #111111;
  background-color: #f3f3f5;
  border-color: #f3f3f5;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #111111;
  background-color: #d7d7de;
  border-color: #d0d0d8;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 209, 211, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-outline-primary {
  color: #bf9a5d;
  border-color: #bf9a5d;
}
.btn-outline-primary:hover {
  color: #111111;
  background-color: #bf9a5d;
  border-color: #bf9a5d;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 154, 93, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #bf9a5d;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #111111;
  background-color: #bf9a5d;
  border-color: #bf9a5d;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191, 154, 93, 0.5);
}

.btn-outline-secondary {
  color: #3c7067;
  border-color: #3c7067;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3c7067;
  border-color: #3c7067;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 112, 103, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #3c7067;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3c7067;
  border-color: #3c7067;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 112, 103, 0.5);
}

.btn-outline-success {
  color: #3c7067;
  border-color: #3c7067;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #3c7067;
  border-color: #3c7067;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 112, 103, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #3c7067;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #3c7067;
  border-color: #3c7067;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 112, 103, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #111111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #111111;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #b10000;
  border-color: #b10000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #b10000;
  border-color: #b10000;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #b10000;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #b10000;
  border-color: #b10000;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f3f3f5;
  border-color: #f3f3f5;
}
.btn-outline-light:hover {
  color: #111111;
  background-color: #f3f3f5;
  border-color: #f3f3f5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 245, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f3f3f5;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #111111;
  background-color: #f3f3f5;
  border-color: #f3f3f5;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 245, 0.5);
}

.btn-outline-dark {
  color: #333333;
  border-color: #333333;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #bf9a5d;
  text-decoration: none;
}
.btn-link:hover {
  color: #95733b;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #737877;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 3.5rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #cccccc;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #111111;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #040404;
  text-decoration: none;
  background-color: #f3f3f5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #bf9a5d;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #737877;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #737877;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #111111;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
}
.dropdown-toggle-split {
  padding-right: 1.96875rem;
  padding-left: 1.96875rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #141414;
  text-align: center;
  white-space: nowrap;
  background-color: #cccccc;
  border: 1px solid #848484;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #bf9a5d;
  background-color: #bf9a5d;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(191, 154, 93, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e3d3b8;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f2eadd;
  border-color: #f2eadd;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #737877;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #cccccc;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #1d1d1d solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #bf9a5d;
  background-color: #bf9a5d;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(191, 154, 93, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(191, 154, 93, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(191, 154, 93, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #1d1d1d;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(191, 154, 93, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #141414;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #848484;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #e3d3b8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 154, 93, 0.25);
}
.custom-select:focus::-ms-value {
  color: #141414;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #737877;
  background-color: #cccccc;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #141414;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #e3d3b8;
  box-shadow: 0 0 0 0.2rem rgba(191, 154, 93, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #cccccc;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #141414;
  background-color: #fff;
  border: 1px solid #848484;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #141414;
  content: "Browse";
  background-color: #cccccc;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(191, 154, 93, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(191, 154, 93, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem rgba(191, 154, 93, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #bf9a5d;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #f2eadd;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #666666;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #bf9a5d;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #f2eadd;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #666666;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #bf9a5d;
  border: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #f2eadd;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #666666;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #666666;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #1d1d1d;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #1d1d1d;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #1d1d1d;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #737877;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: none solid transparent;
}
.nav-tabs .nav-item {
  margin-bottom: -none;
}
.nav-tabs .nav-link {
  border: none solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: none;
}
.nav-tabs .nav-link.disabled {
  color: #737877;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #bf9a5d;
  background-color: #000;
  border-color: none;
}
.nav-tabs .dropdown-menu {
  margin-top: -none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #bf9a5d;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container, .navbar .contwrap,
.navbar .container-fluid,
.navbar #sanav .navbar,
#sanav .navbar .navbar,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .contwrap,
.navbar-expand-sm > .container-fluid,
#sanav .navbar-expand-sm > .navbar,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .contwrap,
.navbar-expand-sm > .container-fluid,
#sanav .navbar-expand-sm > .navbar,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .contwrap,
.navbar-expand-md > .container-fluid,
#sanav .navbar-expand-md > .navbar,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .contwrap,
.navbar-expand-md > .container-fluid,
#sanav .navbar-expand-md > .navbar,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .contwrap, #sanav .navbar > .container, #sanav .navbar > .contwrap,
.navbar-expand-lg > .container-fluid,
#sanav .navbar-expand-lg > .navbar,
#sanav .navbar > .container-fluid,
#sanav .navbar > .navbar,
.navbar-expand-lg > .container-sm,
#sanav .navbar > .container-sm,
.navbar-expand-lg > .container-md,
#sanav .navbar > .container-md,
.navbar-expand-lg > .container-lg,
#sanav .navbar > .container-lg,
.navbar-expand-lg > .container-xl,
#sanav .navbar > .container-xl,
.navbar-expand-lg > .container-xxl,
#sanav .navbar > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg, #sanav .navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav, #sanav .navbar .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu, #sanav .navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, #sanav .navbar .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .contwrap, #sanav .navbar > .container, #sanav .navbar > .contwrap,
.navbar-expand-lg > .container-fluid,
#sanav .navbar-expand-lg > .navbar,
#sanav .navbar > .container-fluid,
#sanav .navbar > .navbar,
.navbar-expand-lg > .container-sm,
#sanav .navbar > .container-sm,
.navbar-expand-lg > .container-md,
#sanav .navbar > .container-md,
.navbar-expand-lg > .container-lg,
#sanav .navbar > .container-lg,
.navbar-expand-lg > .container-xl,
#sanav .navbar > .container-xl,
.navbar-expand-lg > .container-xxl,
#sanav .navbar > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse, #sanav .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler, #sanav .navbar .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .contwrap,
.navbar-expand-xl > .container-fluid,
#sanav .navbar-expand-xl > .navbar,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .contwrap,
.navbar-expand-xl > .container-fluid,
#sanav .navbar-expand-xl > .navbar,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1919.98px) {
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .contwrap,
.navbar-expand-xxl > .container-fluid,
#sanav .navbar-expand-xxl > .navbar,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .contwrap,
.navbar-expand-xxl > .container-fluid,
#sanav .navbar-expand-xxl > .navbar,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .contwrap,
.navbar-expand > .container-fluid,
#sanav .navbar-expand > .navbar,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .contwrap,
.navbar-expand > .container-fluid,
#sanav .navbar-expand > .navbar,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card > .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #cccccc;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #737877;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #737877;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #bf9a5d;
  background-color: #fff;
  border: 1px solid #666666;
}
.page-link:hover {
  z-index: 2;
  color: #95733b;
  text-decoration: none;
  background-color: #cccccc;
  border-color: #666666;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 154, 93, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #bf9a5d;
  border-color: #bf9a5d;
}
.page-item.disabled .page-link {
  color: #737877;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #666666;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: background-image 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #111111;
  background-color: #bf9a5d;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #111111;
  background-color: #a78142;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(191, 154, 93, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #3c7067;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #2a4f48;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 112, 103, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #3c7067;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #2a4f48;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 112, 103, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #111111;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #111111;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #b10000;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #7e0000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(177, 0, 0, 0.5);
}

.badge-light {
  color: #111111;
  background-color: #f3f3f5;
}
a.badge-light:hover, a.badge-light:focus {
  color: #111111;
  background-color: #d7d7de;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 243, 245, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #333333;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1a1a1a;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #cccccc;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #635030;
  background-color: #f2ebdf;
  border-color: #ede3d2;
}
.alert-primary hr {
  border-top-color: #e6d8c0;
}
.alert-primary .alert-link {
  color: #41341f;
}

.alert-secondary {
  color: #1f3a36;
  background-color: #d8e2e1;
  border-color: #c8d7d4;
}
.alert-secondary hr {
  border-top-color: #b9ccc8;
}
.alert-secondary .alert-link {
  color: #0d1917;
}

.alert-success {
  color: #1f3a36;
  background-color: #d8e2e1;
  border-color: #c8d7d4;
}
.alert-success hr {
  border-top-color: #b9ccc8;
}
.alert-success .alert-link {
  color: #0d1917;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #5c0000;
  background-color: #efcccc;
  border-color: #e9b8b8;
}
.alert-danger hr {
  border-top-color: #e3a5a5;
}
.alert-danger .alert-link {
  color: #290000;
}

.alert-light {
  color: #7e7e7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light hr {
  border-top-color: #efefef;
}
.alert-light .alert-link {
  color: #656565;
}

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-dark hr {
  border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
  color: #020202;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #cccccc;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #bf9a5d;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #141414;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #141414;
  text-decoration: none;
  background-color: #f3f3f5;
}
.list-group-item-action:active {
  color: #333333;
  background-color: #cccccc;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #737877;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #bf9a5d;
  border-color: #bf9a5d;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #635030;
  background-color: #ede3d2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #635030;
  background-color: #e6d8c0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #635030;
  border-color: #635030;
}

.list-group-item-secondary {
  color: #1f3a36;
  background-color: #c8d7d4;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #1f3a36;
  background-color: #b9ccc8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #1f3a36;
  border-color: #1f3a36;
}

.list-group-item-success {
  color: #1f3a36;
  background-color: #c8d7d4;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1f3a36;
  background-color: #b9ccc8;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1f3a36;
  border-color: #1f3a36;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #5c0000;
  background-color: #e9b8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #5c0000;
  background-color: #e3a5a5;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #5c0000;
  border-color: #5c0000;
}

.list-group-item-light {
  color: #7e7e7f;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7e7e7f;
  background-color: #efefef;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7f;
  border-color: #7e7e7f;
}

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #737877;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #cccccc;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #cccccc;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333333;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #bf9a5d !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #a78142 !important;
}

.bg-secondary {
  background-color: #3c7067 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #2a4f48 !important;
}

.bg-success {
  background-color: #3c7067 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2a4f48 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #b10000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #7e0000 !important;
}

.bg-light {
  background-color: #f3f3f5 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d7d7de !important;
}

.bg-dark {
  background-color: #333333 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #cccccc !important;
}

.border-top {
  border-top: 1px solid #cccccc !important;
}

.border-right {
  border-right: 1px solid #cccccc !important;
}

.border-bottom {
  border-bottom: 1px solid #cccccc !important;
}

.border-left {
  border-left: 1px solid #cccccc !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #bf9a5d !important;
}

.border-secondary {
  border-color: #3c7067 !important;
}

.border-success {
  border-color: #3c7067 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #b10000 !important;
}

.border-light {
  border-color: #f3f3f5 !important;
}

.border-dark {
  border-color: #333333 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none, .logos._B, #evtfootban_pad .evt_ban_dk, #sanav .dropdown-menu#product_dk ul li img, #sanav .dropdown-toggle::after, .sf[class^=float_], [class^=con_tab], .sf {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block, .logos._A, #safooter .menuscross, #bktop, [class^=mo_tab] {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .movbtn .youtube, .movbtn, .soclinks .soc-link, .soclinks li, .soclinks, #footerlangmenu #dLabel, #sitemap-contact li a, .footsitemaps .panel > a, #evtfootban_pad .evt_ban_mo, #evtfootban_pad, #sanav #lang_drop, #sanav .dropdown-menu#product_dk ul li a, #sanav .dropdown-menu#product_dk ul, #sanav .navbar-brand, #sanav .navbar > div, .logos ul, [class^=mo_tab], ul.soc, [class$=_row].C > article, [class$=_row].mix > article, [class$=_row].img > article, body .btn.btn-send {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none, #evtfootban_pad .evt_ban_mo {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex, #evtfootban_pad .evt_ban_dk {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none, .logos._A, #safooter .menuscross, #evtfootban_pad .evt_ban_mo, #bktop, [class^=mo_tab] {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block, .logos._B, #sanav .dropdown-menu#product_dk ul li img, .sf[class^=float_], [class^=con_tab], .sf {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex, .footsitemaps, #evtfootban_pad .evt_ban_dk, [class^=mo_tab] a, [class^=con_tab] a, [class^=con_tab] {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-none, #evtfootban_pad .evt_ban_mo {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex, #evtfootban_pad .evt_ban_dk {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row, .movbtn .youtube, .movbtn, .soclinks .soc-link, .soclinks li, .soclinks, #footerlangmenu #dLabel, #sitemap-contact li a, .footsitemaps .panel > a, #evtfootban_pad ul, #evtfootban_pad, #sanav #lang_drop, #sanav .navbar > div, .logos ul, ul.soc {
  flex-direction: row !important;
}

.flex-column, #sanav .dropdown-menu#product_dk ul li a, #sanav .dropdown-menu#product_dk ul, #sanav .navbar-brand, [class^=mo_tab] a, [class^=mo_tab], [class^=con_tab] a, [class^=con_tab], [class$=_row].C > article, [class$=_row].mix > article, [class$=_row].img > article, body .btn.btn-send {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap, #sanav .navbar > div, body .btn.btn-send {
  flex-wrap: wrap !important;
}

.flex-nowrap, .movbtn .youtube, .movbtn, .soclinks .soc-link, .soclinks li, .soclinks, #footerlangmenu #dLabel, #sitemap-contact li a, .footsitemaps, .logos ul, [class^=mo_tab] a, [class^=mo_tab], [class^=con_tab] a, [class^=con_tab], ul.soc {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start, .soclinks li, #sitemap-contact li a, #sanav .dropdown-menu#product_dk ul li a, #sanav .dropdown-menu#product_dk ul {
  justify-content: flex-start !important;
}

.justify-content-end, .soclinks, #evtfootban_pad ul {
  justify-content: flex-end !important;
}

.justify-content-center, .movbtn .youtube, .movbtn, .soclinks .soc-link, #footerlangmenu #dLabel, #safooter ._row:last-of-type, #evtfootban_pad, #sanav #lang_drop, #sanav .navbar-brand, .logos ul, [class^=mo_tab] a, [class^=mo_tab], [class^=con_tab] a, [class^=con_tab], ul.soc, [class$=_row].C > article, [class$=_row].mix > article, [class$=_row].img > article, body .btn.btn-send {
  justify-content: center !important;
}

.justify-content-between, .footsitemaps .panel > a, #sanav .navbar > div {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start, #sitemap-contact li a, #safooter #contactform ._row, #sanav .dropdown-menu#product_dk ul li a, #sanav .dropdown-menu#product_dk ul, [class$=_row].mix > article, [class$=_row].img > article {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, .movbtn .youtube, .movbtn, .soclinks .soc-link, .soclinks li, .soclinks, #footerlangmenu #dLabel, .footsitemaps .panel > a, #safooter ._row:last-of-type, #evtfootban_pad ul, #evtfootban_pad, #sanav #lang_drop, #sanav .navbar-brand, #sanav .navbar > div, [class^=mo_tab] a, [class^=mo_tab], [class^=con_tab] a, [class^=con_tab], [class$=_row].C > article, body .btn.btn-send {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch, .logos ul, ul.soc, [class$=_row].mix, [class$=_row].img {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center, .movbtn .youtube, .movbtn, .soclinks .soc-link, .soclinks li, .soclinks, #footerlangmenu #dLabel, #sitemap-contact li a, .footsitemaps .panel > a, #evtfootban_pad ul, #evtfootban_pad, .logos ul, [class^=mo_tab] a, [class^=mo_tab], [class^=con_tab] a, [class^=con_tab], ul.soc, [class$=_row].C > article, [class$=_row].mix > article, [class$=_row].img > article, body .btn.btn-send {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start, body img {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center, #sanav .dropdown-menu#product_dk ul li img {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch, [class$=_row].mix > article,
[class$=_row].mix .sect_ban, [class$=_row].img > article,
[class$=_row].img .sect_ban {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center, #sanav .dropdown-menu#product_dk ul li a {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center, #sanav .dropdown-menu#product_dk ul li a {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row, .footsitemaps, #sanav .dropdown-menu#product_dk ul {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap, #sanav .navbar > div {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start, #footersoc .soc, .logos ul {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center, #sanav .dropdown-menu#product_dk ul, #sanav .navbar > div {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around, .footsitemaps {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center, #sanav .dropdown-menu#product_dk ul {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch, .footsitemaps {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center, .footsitemaps {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0, #sitemap, #safooter ul, #evtfootban_pad ul li, #evtfootban_pad ul, #evtfootban_pad, #sanav .dropdown-menu#product_dk h4, #sanav .navbar-brand h2#logo, [class^=mo_tab] a h5, [class^=mo_tab] {
  margin: 0 !important;
}

.mt-0,
.my-0,
.staticbtn p,
.anibtn p,
#disclaimer,
#sanav .dropdown-menu#product_dk {
  margin-top: 0 !important;
}

.mr-0,
.mx-0,
[class$=_row] {
  margin-right: 0 !important;
}

.mb-0, .soclinks, [class^=con_tab],
.my-0,
.staticbtn p,
.anibtn p,
#disclaimer,
#sanav .dropdown-menu#product_dk {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0,
[class$=_row] {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, #sanav .dropdown-toggle i,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0, #sitemap, .footsitemaps li ul, #evtfootban_pad .evt_ban_mo li, #evtfootban_pad, #sanav .navbar-brand h2#logo {
  padding: 0 !important;
}

.pt-0,
.py-0,
#footerlangmenu .dropdown-menu.show,
#evtfootban_pad .evt_ban_dk li,
#sanav .navbar-brand {
  padding-top: 0 !important;
}

.pr-0, #sanav .navbar-nav > li:last-of-type,
.px-0,
header#pagehead,
#footermenu h3,
#footermenu,
#footer,
#evtfootban_pad ul,
#evtfootban_pad .contwrap,
#sanav .dropdown-menu#product_dk ul li,
#sanav .navbar > div,
.logos ul,
ul.soc,
#main,
[class$=_row],
[class$=_wrap] {
  padding-right: 0 !important;
}

.pb-0, #footermenu h4, #footermenu h3, #sanav .dropdown-menu.megamenu, ul.soc,
.py-0,
#footerlangmenu .dropdown-menu.show,
#evtfootban_pad .evt_ban_dk li,
#sanav .navbar-brand {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0,
header#pagehead,
#footermenu h3,
#footermenu,
#footer,
#evtfootban_pad ul,
#evtfootban_pad .contwrap,
#sanav .dropdown-menu#product_dk ul li,
#sanav .navbar > div,
.logos ul,
ul.soc,
#main,
[class$=_row],
[class$=_wrap] {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1,
.footsitemaps li ul > li,
#sanav .dropdown-menu#product_dk ul li,
.sagaming_name {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1,
#sanav a.nav-link {
  padding-right: 0.25rem !important;
}

.pb-1, .footsitemaps li ul > li:first-of-type,
.py-1,
.footsitemaps li ul > li,
#sanav .dropdown-menu#product_dk ul li,
.sagaming_name {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1,
#sanav a.nav-link {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, #sanav .dropdown-menu.megamenu,
.py-2,
#sanav .dropdown-menu.megamenu ul li,
#sanav .dropdown-menu > ul > li h4,
#sanav .navbar-nav > li {
  padding-top: 0.5rem !important;
}

.pr-2, #sanav .navbar-nav > li,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, #sitemap-contact li,
.py-2,
#sanav .dropdown-menu.megamenu ul li,
#sanav .dropdown-menu > ul > li h4,
#sanav .navbar-nav > li {
  padding-bottom: 0.5rem !important;
}

.pl-2, #sanav .dropdown-menu.megamenu,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .footsitemaps li ul > li:first-of-type, #safooter ._row,
.py-3,
.footsitemaps .panel > a,
#bktop,
#sanav .lang ul li {
  padding-top: 1rem !important;
}

.pr-3, #evtfootban_pad .evt_ban_dk li,
.px-3,
#EDM,
.footsitemaps .panel > a,
[class^=mo_tab] a h5 {
  padding-right: 1rem !important;
}

.pb-3, .soclinks, #safooter ._row:last-of-type, .logos ul,
.py-3,
.footsitemaps .panel > a,
#bktop,
#sanav .lang ul li {
  padding-bottom: 1rem !important;
}

.pl-3, .footsitemaps .panel .panel-collapse li,
.px-3,
#EDM,
.footsitemaps .panel > a,
[class^=mo_tab] a h5 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .evt_body,
.py-4,
#disclaimer {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4,
.evt_body {
  padding-right: 1.5rem !important;
}

.pb-4, .evt_body, .intro, #EDM,
.py-4,
#disclaimer {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4,
.evt_body {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, #EDM,
.py-5,
[class^=mo_tab] a h5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5,
[class^=mo_tab] a h5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto, #sanav .navbar-nav,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, #sanav .dropdown-menu#product_dk ul li:last-of-type a,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, #sanav .dropdown-menu#product_dk ul li,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, #sanav .dropdown-menu#product_dk ul li,
.py-md-1,
#sanav .lang ul li {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1,
#sanav .lang ul li {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3,
#sanav .dropdown-menu#product_dk ul li {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3,
#sanav .dropdown-menu#product_dk ul li {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, #sanav .dropdown-menu#product_dk h4,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0,
#sanav .dropdown-menu#product_dk h4 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0,
#sanav .dropdown-menu#product_dk h4 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3, #sanav .dropdown-menu#product_dk h4,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0, .footsitemaps {
    padding: 0 !important;
  }

  .pt-lg-0, #footersoc .soc, #EDM, #sanav .dropdown-menu.megamenu,
.py-lg-0,
#disclaimer,
.footsitemaps .panel > a,
.footsitemaps li ul > li:first-of-type,
.footsitemaps li ul > li,
#sanav .dropdown-menu.megamenu ul li,
#sanav .dropdown-menu > ul > li h4,
#sanav .navbar-nav > li,
.logos ul {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0,
.footsitemaps .panel > a,
#sanav .dropdown-menu.megamenu {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0,
#disclaimer,
.footsitemaps .panel > a,
.footsitemaps li ul > li:first-of-type,
.footsitemaps li ul > li,
#sanav .dropdown-menu.megamenu ul li,
#sanav .dropdown-menu > ul > li h4,
#sanav .navbar-nav > li,
.logos ul {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .footsitemaps .panel .panel-collapse li,
.px-lg-0,
.footsitemaps .panel > a,
#sanav .dropdown-menu.megamenu {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1,
#EDM {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1,
#EDM {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2,
#sanav a.nav-link {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, #EDM, #footermenu h3,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2,
#sanav a.nav-link {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3,
ul.soc {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3,
#footermenu,
#footer {
    padding-right: 1rem !important;
  }

  .pb-lg-3, #sanav .dropdown-menu.megamenu,
.py-lg-3,
ul.soc {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3,
#footermenu,
#footer {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4, #safooter ._row,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4,
#sanav .dropdown-menu#product_dk ul li {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4,
#sanav .dropdown-menu#product_dk ul li {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5,
.evt_body {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5,
.evt_body {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #bf9a5d !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #95733b !important;
}

.text-secondary {
  color: #3c7067 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #213e39 !important;
}

.text-success {
  color: #3c7067 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #213e39 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #b10000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #650000 !important;
}

.text-light {
  color: #f3f3f5 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c9c9d2 !important;
}

.text-dark {
  color: #333333 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important;
}

.text-body {
  color: #333333 !important;
}

.text-muted {
  color: #737877 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #1d1d1d;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container, .contwrap {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #666666 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #cccccc;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #cccccc;
  }
}
/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
#sanav .dropdown-toggle i,
#sanav .navbar-toggler span,
body .btn.btn-send i,
.far,
.fal,
.fad,
.fab,
.soc-link.youtube,
.soc-link.weixin,
.soc-link.twitter,
.soc-link.weibo,
.soc-link.facebook-f {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg, #sanav .navbar-toggler span {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
#sanav .dropdown-toggle i.fa-pull-left,
#sanav .navbar-toggler span.fa-pull-left,
body .btn.btn-send i.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
.fa-pull-left.soc-link.youtube,
.fa-pull-left.soc-link.weixin,
.fa-pull-left.soc-link.twitter,
.fa-pull-left.soc-link.weibo,
.fa-pull-left.soc-link.facebook-f {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
#sanav .dropdown-toggle i.fa-pull-right,
#sanav .navbar-toggler span.fa-pull-right,
body .btn.btn-send i.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
.fa-pull-right.soc-link.youtube,
.fa-pull-right.soc-link.weixin,
.fa-pull-right.soc-link.twitter,
.fa-pull-right.soc-link.weibo,
.fa-pull-right.soc-link.facebook-f {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before, #sanav .navbar-toggler span:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before, body .btn.btn-send i:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before, #sanav .dropdown-toggle i:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before, .soc-link.facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before, .soc-link.twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before, .soc-link.weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before, .soc-link.weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before, .soc-link.youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../../fonts/webfonts/fa-regular-400.eot");
  src: url("../../../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../../../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../../../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../../../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../../fonts/webfonts/fa-solid-900.eot");
  src: url("../../../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../../../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../../../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../../../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
#sanav .dropdown-toggle i,
#sanav .navbar-toggler span,
body .btn.btn-send i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../../fonts/webfonts/fa-brands-400.eot");
  src: url("../../../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../../../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../../../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../../../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab, .soc-link.youtube, .soc-link.weixin, .soc-link.twitter, .soc-link.weibo, .soc-link.facebook-f {
  font-family: "Font Awesome 5 Brands";
}

/* noto-sans-regular - latin_cyrillic */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans"), local("NotoSans"), url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-regular.woff2") format("woff2"), url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-regular.woff") format("woff"), url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-regular.ttf") format("truetype"), url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-regular.svg#NotoSans") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* noto-sans-700 - latin_cyrillic */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-700.woff2") format("woff2"), url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-700.woff") format("woff"), url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-700.ttf") format("truetype"), url("../../../fonts/notosans/v9/noto-sans-v9-latin_cyrillic-700.svg#NotoSans") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* noto-sans-tc-regular - latin */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url("../../../fonts/notosanstc/v9/noto-sans-tc-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans TC Regular"), local("NotoSansTC-Regular"), url("../../../fonts/notosanstc/v9/noto-sans-tc-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/notosanstc/v9/noto-sans-tc-v9-latin-regular.woff2") format("woff2"), url("../../../fonts/notosanstc/v9/noto-sans-tc-v9-latin-regular.woff") format("woff"), url("../../../fonts/notosanstc/v9/noto-sans-tc-v9-latin-regular.svg#NotoSansTC") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* noto-sans-tc-700 - latin */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url("../../../fonts/notosanstc/v9/noto-sans-tc-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Noto Sans TC Bold"), local("NotoSansTC-Bold"), url("../../../fonts/notosanstc/v9/noto-sans-tc-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../../../fonts/notosanstc/v9/noto-sans-tc-v9-latin-700.woff2") format("woff2"), url("../../../fonts/notosanstc/v9/noto-sans-tc-v9-latin-700.woff") format("woff"), url("../../../fonts/notosanstc/v9/noto-sans-tc-v9-latin-700.svg#NotoSansTC") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* -------------------------------------------------- 
// Common
-------------------------------------------------- */
:root {
  --navh: -86px;
  --evth: 0;
  --pghdbg: 0;
  --opa: 0;
  --headcurve: 4rem;
}
@media (min-width: 768px) {
  :root {
    --headcurve: 83px;
  }
}

body {
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #1d1d1d;
  scroll-behavior: smooth;
  /* -------------------------------------------------- 
   // 	btn setting   	------------------------- */
}
body[data-lang=sc] {
  font-family: "Noto Sans", sans-serif, "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body#moneywheel {
  background-color: #000;
}
@media (min-width: 1400px) {
  body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-image: url(../../../img/bg/bg_gen.jpg);
  }
}
body[data-lang=ru], body[data-lang=sp], body[data-lang=ml], body[data-lang=vn] {
  word-break: break-word;
}
body p {
  line-height: 1.5;
  font-size: 1rem;
  color: #333333;
}
@media (min-width: 576px) {
  body p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
body h1 {
  color: #bf9a5d;
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.3;
  font-weight: 400;
  font-size: 3.75rem;
}
body[data-lang=sc] h1 {
  font-family: "Noto Sans", sans-serif, "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body[data-lang=tc] h1,
body[data-lang=sc] h1 {
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  body[data-lang=tc] h1,
body[data-lang=sc] h1 {
    font-size: 1.05rem;
  }
}

@media (max-width: 991.98px) {
  body h1 {
    font-size: 1.3125rem;
  }
}
body h2 {
  color: #bf9a5d;
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.3;
  font-weight: 400;
}
body[data-lang=sc] h2 {
  font-family: "Noto Sans", sans-serif, "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 991.98px) {
  body h2 {
    font-size: 1.6rem;
  }
}
body h3 {
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.43rem;
}
body[data-lang=sc] h3 {
  font-family: "Noto Sans", sans-serif, "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 991.98px) {
  body h3 {
    font-size: 1.144rem;
  }
}
body h4 {
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body[data-lang=sc] h4 {
  font-family: "Noto Sans", sans-serif, "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body h5 {
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body[data-lang=sc] h5 {
  font-family: "Noto Sans", sans-serif, "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body h6 {
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body[data-lang=sc] h6 {
  font-family: "Noto Sans", sans-serif, "Noto Sans SC", "Segoe UI", "source-han-sans-simplified-c", "微软正黑体", Microsoft JhengHei MingLiU, "微软正黑体", 微软雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body p {
  line-height: 2;
}
body.no-sizes img {
  max-width: 50vw;
}
body .img-fluid, body #evtfootban_pad img, #evtfootban_pad body img, body img {
  max-height: 100%;
}
body .btn-wrap {
  overflow: hidden;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
body .btn {
  padding: 0.75rem 2.625rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  body .btn {
    padding: 0.6rem 2.1rem;
    font-size: 0.8rem;
    line-height: 1.04;
    border-radius: 0;
  }
}
body .btn.btn-default {
  color: #fff;
  background-color: #bf9a5d;
  border: none;
  letter-spacing: 0.1rem;
  box-shadow: none;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  body .btn.btn-default {
    min-width: 12rem;
  }
}
body .btn.btn-default:hover {
  color: #fff;
  border: none;
  background-color: #ff6666;
  transform: translateY(4px);
}
body .btn.btn-line {
  color: #bf9a5d;
  border: 1px solid #bf9a5d;
  letter-spacing: 0.1rem;
  box-shadow: none;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  body .btn.btn-line {
    min-width: 12rem;
  }
}
body .btn.btn-line:hover {
  color: #fff;
  border: 1px solid transparent;
  background-color: #bf9a5d;
  transform: translateY(4px);
}
body .btn.btn-wht {
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 0.1rem;
  box-shadow: none;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  body .btn.btn-wht {
    min-width: 12rem;
  }
}
body .btn.btn-wht:hover {
  color: #fff;
  border: 1px solid transparent;
  background-color: #c4a26a;
  transform: translateY(4px);
}
body .btn.btn-try {
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  body .btn.btn-try {
    min-width: 8rem;
  }
}
body .btn.btn-try:hover {
  color: #fff;
  border: none;
  transform: translateY(4px);
  background: #bf9a5d;
}
body .btn.btn-send {
  padding: 0.75rem 3.9375rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0;
  min-height: 2.5rem;
  color: #fff;
  background-color: #bf9a5d;
  border: none;
  box-shadow: none;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  body .btn.btn-send {
    padding: 0.6rem 2.1rem;
    font-size: 0.8rem;
    line-height: 1.04;
    border-radius: 0;
  }
}
body .btn.btn-send span,
body .btn.btn-send i {
  position: absolute;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: all 0.3s;
}
body .btn.btn-send span {
  bottom: 0;
}
body .btn.btn-send i {
  font-size: 1rem;
  color: #fff;
  top: -2rem;
}
body .btn.btn-send:hover {
  color: #fff;
  border: none;
  background-image: linear-gradient(to bottom, #76b6ab 0%, #101d1b 100%);
  background-repeat: repeat-x;
}
body .btn.btn-send:hover span {
  bottom: -2rem;
}
body .btn.btn-send:hover i {
  top: 0;
}
body .swiper-container-horizontal > .swiper-scrollbar {
  background: transparent;
}
body .swiper-scrollbar-drag {
  background: #bf9a5d;
}

/* -------------------------------------------------- 
// .contwrap + .controw
-------------------------------------------------- */
[class$=_wrap] {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
}

[class$=_row] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
[class$=_row].mix > article,
[class$=_row].mix .sect_ban, [class$=_row].img > article,
[class$=_row].img .sect_ban {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1399.98px) {
  [class$=_row].mix > article,
[class$=_row].mix .sect_ban, [class$=_row].img > article,
[class$=_row].img .sect_ban {
    padding-left: 0;
    padding-right: 0;
  }
}
[class$=_row].mix > article, [class$=_row].img > article {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 3.5rem 2.5rem;
}
@media (min-width: 992px) and (max-width: 1919.98px) {
  [class$=_row].mix > article, [class$=_row].img > article {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 4.5rem 3.5rem;
  }
}
@media (min-width: 1400px) {
  [class$=_row].mix > article, [class$=_row].img > article {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 4.5rem 4rem;
  }
}
[class$=_row].mix .sect_ban, [class$=_row].img .sect_ban {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  [class$=_row].mix .sect_ban, [class$=_row].img .sect_ban {
    background-size: contain;
  }
}
@media (min-width: 992px) {
  [class$=_row].mix .sect_ban, [class$=_row].img .sect_ban {
    position: relative;
  }
  [class$=_row].mix .sect_ban:before, [class$=_row].img .sect_ban:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
  [class$=_row].mix .sect_ban > *, [class$=_row].img .sect_ban > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1919.98px) {
  [class$=_row].mix .sect_ban, [class$=_row].img .sect_ban {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1400px) {
  [class$=_row].mix .sect_ban, [class$=_row].img .sect_ban {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
[class$=_row].mix.R, [class$=_row].img.R {
  background-color: #fff;
}
[class$=_row].mix.R > article, [class$=_row].img.R > article {
  /* @include media-breakpoint-between(lg, xl) {
        @include make-col-offset(1);
      } */
}
@media (min-width: 1400px) {
  [class$=_row].mix.R > article, [class$=_row].img.R > article {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 1919.98px) {
  [class$=_row].mix.R .sect_ban, [class$=_row].img.R .sect_ban {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1400px) {
  [class$=_row].mix.R .sect_ban, [class$=_row].img.R .sect_ban {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
[class$=_row].C > p {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 8.3333333333%;
}
@media (min-width: 1400px) {
  [class$=_row].C > p {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}
[class$=_row].C > article {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 2.5rem 1.5rem;
}
@media (min-width: 992px) and (max-width: 1919.98px) {
  [class$=_row].C > article {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
    padding: 0 3.5rem 1.5rem;
  }
}
@media (min-width: 1400px) {
  [class$=_row].C > article {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
    padding: 0 4rem 1.5rem;
  }
}
[class$=_row].C > article > * {
  text-align: center;
}
[class$=_row].C > article > p {
  color: #fff;
}
[class$=_row].mix article {
  background-color: #fff;
}
[class$=_row].mix .sect_ban {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (min-width: 992px) {
  [class$=_row].mix .sect_ban {
    background-size: cover;
  }
}
@media (min-width: 992px) {
  [class$=_row].img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  [class$=_row].img article {
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  [class$=_row].img article p {
    color: #fff;
  }
}
[class$=_row].feat [class^=sect] {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 991.98px) {
  [class$=_row].feat [class^=sect] {
    background-size: contain;
  }
}

/* -------------------------------------------------- 
// lity
-------------------------------------------------- */
.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  color: #bf9a5d;
}
@media (max-width: 991.98px) {
  .lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    font-size: 4rem;
    width: 4rem;
    height: 4rem;
    top: 4rem;
    right: 4rem;
  }
}
@media (min-width: 768px) {
  .lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    top: 1rem;
    right: 1rem;
  }
}

/* -------------------------------------------------- 
// scroll element 
-------------------------------------------------- */
.stuck {
  position: fixed;
  top: 0;
}

@media (min-width: 992px) {
  .sl_anchor {
    position: relative;
  }
}

.sf {
  top: var(--ty);
  transform: translateY(calc(var(--criterion) * -2 * var(--ty)));
  transition: transform 0.3s linear;
  will-change: transform;
}

.fadein {
  opacity: 0;
}

.parax {
  --ty: 10%;
  background-position: 50% calc(var(--criterion) * 2 * var(--ty));
  transition: all 0.2s ease-in-out;
  will-change: background-position;
}
@media (max-width: 991.98px) {
  .parax {
    background-position: 75% calc(var(--criterion) * 2 * var(--ty));
  }
}

.paray {
  background-position: var(--bgposXf) var(--bgposYf);
}

.paraxb {
  background-position: var(--bgposX) var(--bgposY);
  transform: translateY(var(--ty));
  opacity: var(--opa);
  transition: all 0.2s ease-in-out;
  will-change: background-position;
}
@media (max-width: 991.98px) {
  .paraxb {
    background-position: 50% 0;
  }
}

/* -------------------------------------------------- 
// main
-------------------------------------------------- */
#main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
  z-index: 0;
  clear: both;
  margin-top: var(--navh);
}
#main .wayfadein_el {
  visibility: hidden;
}
#main .wayfadein_el.show {
  visibility: visible;
}
#main .swiper-container-autoheight .swiper-slide {
  text-align: center;
}

/* -------------------------------------------------- 
// parts -- .soc
-------------------------------------------------- */
ul.soc {
  padding-top: 0.5rem;
}
ul.soc > li {
  margin: 0 0.5em 0 0;
  padding: 0;
  width: 3rem;
  min-height: 5rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.soc > li p {
  margin: 0;
  word-break: break-all;
}
ul.soc > li.soc-fb {
  background-image: url(../../../img/logos/Facebook.png);
}
ul.soc > li.soc-twitter {
  background-image: url(../../../img/logos/Twitter.png);
}
ul.soc > li.soc-yt {
  background-image: url(../../../img/logos/Youtube.png);
}
ul.soc > li.soc-wechat {
  background-image: url(../../../img/logos/Wechat.png);
}
ul.soc > li.soc-skype {
  background-image: url(../../../img/logos/Skype.png);
}
ul.soc > li.soc-weibo {
  background-image: url(../../../img/logos/Weibo.png);
}
ul.soc > li.soc-youku {
  background-image: url(../../../img/logos/youtku.png);
}
ul.soc > li.soc-linkedin {
  background-image: url(../../../img/logos/linkedin.png);
}
ul.soc > li.soc-telegram {
  background-image: url(../../../img/logos/Telegram.png);
}
ul.soc a {
  color: #666666;
  width: 3rem;
  min-height: 5rem;
  display: block;
}
ul.soc a p {
  text-indent: -9999px;
}
ul.soc .tooltip {
  background: #1d1d1d;
  padding: 1em 1.5em;
  opacity: 100%;
}
ul.soc .tooltip-inner {
  background: none;
}
ul.soc .tooltip-arrow {
  display: none;
}

/* -------------------------------------------------- 
// aside
-------------------------------------------------- */
aside#sideban {
  transition: 0.3s ease-in-out;
  position: fixed;
  bottom: 12.5%;
  right: 0.5rem;
  z-index: 999;
}

aside#sidebanmo {
  transition: 0.3s ease-in-out;
  position: fixed;
  bottom: 15%;
  right: 0;
  z-index: 999;
}

[class^=con_tab] {
  overflow: hidden;
}
[class^=con_tab],
[class^=con_tab] a {
  width: 72px;
  height: 72px;
}
@media (min-width: 992px) {
  [class^=con_tab],
[class^=con_tab] a {
    width: 90px;
    height: 90px;
  }
}
[class^=con_tab] a {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 72px 1440px;
}
@media (min-width: 992px) {
  [class^=con_tab] a {
    background-size: 90px 1800px;
  }
}
[class^=con_tab] a h5 {
  text-indent: -9999rem;
}
[class^=con_tab]:hover a {
  -webkit-animation: sparkle 0.67s steps(19, end) infinite;
          animation: sparkle 0.67s steps(19, end) infinite;
}
[class^=con_tab]._3:hover a {
  -webkit-animation: sparkle 0.73s steps(19, end) infinite;
          animation: sparkle 0.73s steps(19, end) infinite;
}
[class^=con_tab]._1 a {
  background-image: url(../../../img/anibtn/msg.png);
}
[class^=con_tab]._2 a {
  background-image: url(../../../img/anibtn/chat.png);
}
[class^=con_tab]._3 a {
  background-image: url(../../../img/anibtn/trial.png);
}

[class^=mo_tab] {
  transform: rotate(180deg);
}
[class^=mo_tab] a {
  cursor: pointer;
}
[class^=mo_tab] a h5 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-text-orientation: sideways-right;
          text-orientation: sideways-right;
  color: #fff;
  background-color: rgba(191, 154, 93, 0.8);
  border-radius: 0 1rem 1rem 0;
  transition: all 0.3 linear;
}

/* -------------------------------------------------- 
// responsive map
-------------------------------------------------- */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* -------------------------------------------------- 
// live chat style
-------------------------------------------------- */
.lp_desktop .lp-window-root .lp_maximize-icon.lp_icon-white img,
.lp_desktop .lp-window-root .lp_minimize-icon.lp_icon-white img,
.lp_desktop .lp-window-root .lp_close-icon.lp_icon-white img {
  max-height: none;
}

/* -------------------------------------------------- 
// Animation setting
-------------------------------------------------- */
.sf[class^=float_] {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transform-origin: 50% 50%;
}

@-webkit-keyframes sparkle {
  100% {
    background-position: 50% 100%;
  }
}

@keyframes sparkle {
  100% {
    background-position: 50% 100%;
  }
}
@-webkit-keyframes shake {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes shake {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
/* -------------------------------------------------- 
// parts -- logos and brands
-------------------------------------------------- */
.logos h3 {
  color: #bf9a5d;
}
.logos li {
  flex-grow: 0;
  flex-shrink: 1;
  flex: 0 1 auto;
  max-width: 33%;
  height: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.5rem;
}
.logos li:nth-child(1) {
  position: relative;
  width: 2.375rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 382.9 379.3' xml:space='preserve' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st0%7bfill:%23737877%7d %3c/style%3e%3cpath class='st0' d='M140.8 4.9c8.5-5.3 19.4-6.4 28.7-2.9-.9 4.9-1.8 9.7-2.7 14.6-5.2-1.4-10.9-2.2-16 .1-4.8 2-8.1 6.9-8.3 12.1-.2 4.8 1.6 10 5.8 12.7 4.7 3.4 11.4 2.8 16.1-.3-1.1-4.6-2.1-9.1-3.1-13.7 4.8-1.1 9.6-2.2 14.3-3.2 2 8.8 4.1 17.5 6.1 26.3-7.3 5-16 7.9-24.8 8.5-7.7.5-15.7-2.2-21.1-7.9-5.4-5.8-8-13.8-8.1-21.7-.4-9.8 4.8-19.5 13.1-24.6M210 7.3c8.4-7.2 20.8-8.8 31-4.8-.5 5.6-1 11.1-1.5 16.7-3.1-1.8-6.7-3.1-10.4-3-4.7-.1-9.4 2.2-11.9 6.2-3.2 5-2.4 12.3 2 16.4 4.6 4.6 11.8 5.2 17.7 3.1-1.2 5.6-2.3 11.2-3.5 16.9-8.2.7-16.8-1.4-23.4-6.5-5.7-4.4-9.4-11.3-10-18.5-.9-9.8 2.3-20.2 10-26.5M283.5 28c14.2-3.1 29.7 7.3 32.4 21.6 1.6 7.6.2 15.9-4 22.4-5.3 8.8-15.4 14.4-25.6 14.5-7.3-.1-14.6-3.2-19.7-8.4-6.6-6.4-9.3-16.2-7.6-25.1 2-12.3 12.1-22.9 24.5-25m1.6 15.5c-7.1 1.6-12.4 9.1-11 16.4.9 6.7 7.8 11.8 14.5 10.9 6.7-.7 12.1-6.7 12.6-13.3.3-3.9-1.2-7.8-3.9-10.5-3.2-3.2-7.9-4.5-12.2-3.5M61.6 48.7c4.2-3.7 8.4-7.3 12.6-10.9 17 10.3 34.1 20.3 51.1 30.4l-11.7 10.2c-1.9-1.2-3.8-2.3-5.7-3.5-5 4.4-9.9 8.8-14.9 13 .8 2.1 1.6 4.2 2.4 6.2-3.9 3.3-7.6 6.8-11.6 10C76.4 85.8 69 67.3 61.6 48.7m17.1 8c2.6 6 5.3 12 8 18 2.9-2.5 5.8-5 8.7-7.6-5.6-3.5-11.1-7-16.7-10.4m223.5 54.2c16.5-9.1 32.9-18.2 49.4-27.3 2.7 4.8 5.4 9.7 8.1 14.5 2.7 5 4.8 10.7 4 16.4-1.1 7.5-8.2 13.1-15.5 13.8-3.5.4-7.1-.8-9.8-3.1-5.2 7.6-10.4 15.1-15.5 22.7-2.8-4.6-5.3-9.4-7.9-14 5.1-7.2 10.3-14.5 15.4-21.7-7 3.9-14.1 7.8-21.1 11.7-2.4-4.4-4.8-8.7-7.1-13m33.3-1.7c1.1 1.9 2.2 4.1 4.2 5.2 4.2 2.3 10.3-1.2 10.3-6 .1-2.2-1.2-4.1-2.2-6-4 2.3-8.1 4.6-12.3 6.8M31.4 91.1c4.3-2.5 9.6-2.6 14.1-.8 6 2.2 11.8 6.2 14.4 12.3 2.4 5.6 1.3 12.2-1.5 17.5-.5 1.1-1.4 2.2-1.5 3.4 4.3 2.6 8.7 4.9 13.1 7.3-2.4 4.3-4.9 8.5-7.2 12.8-16.4-9.1-32.8-18.3-49.4-27.3 2.2-4.2 4.5-8.3 6.8-12.5 2.8-4.9 6.2-9.7 11.2-12.7m1 18.9c4 2.1 7.9 4.4 11.9 6.6 1-2 2.2-4 2.1-6.4-.2-3.7-4.1-6.2-7.6-6.1-3.2.4-5.2 3.2-6.4 5.9M7.9 156.5c3.7-.7 8.1.2 10.3 3.5 1.2 1.8 1.1 4.1.7 6.1-6.4 43.1 4.6 88.2 29.3 123.9 32.1.1 64.2.2 96.2.1 4.5-13.6 9.1-27.2 13.6-40.8 1-2.9 1.8-5.9 3.7-8.4 2.3-3.2 6.2-5.5 10.2-5 3.1.3 5.8 2.3 7.3 5 1.6 2.9 1.8 6.4 1.3 9.6-5.5 42.9-11.1 85.9-16.6 128.8-41.4-5.9-80.4-26.2-109.4-56.3C27 294.7 8.3 257.8 2.2 218.7c-3-19-3-38.4 0-57.4.5-2.7 3.2-4.4 5.7-4.8m358.4 1.6c3.5-2.5 8.8-2.6 12.3-.1 2.1 1.5 2.2 4.2 2.5 6.5 3.5 25.3 1.6 51.3-5.3 75.9-10 36.1-30.9 69-59.1 93.6-27.3 24.1-61.7 40.1-97.8 45.3-5.6-42.9-11.1-85.8-16.7-128.7-.5-3.5-.2-7.3 1.8-10.3 1.8-2.8 5.2-4.6 8.5-4.3 6.4.4 10.3 6.5 11.7 12.2 4.6 14 9.4 28 14 42 32.1.1 64.1-.1 96.2-.1 24.9-35.9 35.8-81.3 29.3-124.5-.5-2.8.3-5.8 2.6-7.5m-340.4 6.5c1-4.4 6.6-5.8 10.5-4.5 3.6 1 6 4.8 5.2 8.5-5.8 38.9 4.4 79.8 27.6 111.5H49.6c-10.8-18.3-19.1-38.3-23.1-59.2-3.5-18.5-3.7-37.7-.6-56.3m315.9-.6c2.7-5.9 13.2-6 15.1.5 4 23.9 2.5 48.8-4.4 72.1-4.5 15.3-11.2 29.9-19.3 43.5-6.5.1-13.1 0-19.6 0 23.2-31.4 33.3-72.1 27.7-110.7-.3-1.8-.4-3.7.5-5.4m-292 5.2c.8-4.5 6.2-6.8 10.3-5.5 3.7.8 6.5 4.7 5.6 8.5-3.5 23.7-.1 48.4 9.7 70.2 6.2 14 15.1 26.8 25.7 37.8H79.6c-24.8-30.7-35.9-72-29.8-111m267.2 2.4c-.6-3.9 2.6-7.4 6.3-8 4-1 9 1.2 9.8 5.6 4 25.7.7 52.5-9.3 76.5-5.1 12.4-12 24-20.4 34.5h-21.9c15.6-15.7 27-35.5 32.7-56.9 4.5-16.8 5.4-34.5 2.8-51.7m-243.2 1.8c.3-3.1 2.9-5.6 5.9-6.2 3.6-.8 7.8.5 9.6 3.9 1 1.8.7 4 .5 6-3.3 24.2 2.6 49.5 15.9 69.9 8.8 13.7 21 25 34.9 33.3-8.8 0-17.6-.1-26.3-.1-.8.1-1.5-.2-2.1-.8-15.2-13.7-26.8-31.3-33.3-50.6-6.1-17.8-7.9-36.9-5.1-55.4m220.1-2.7c2.9-4.6 10.6-5.1 13.9-.7 1.6 2 1.5 4.6 1.9 7 2.6 23.1-1.7 47-12.3 67.7-6.6 13.1-15.7 25-26.6 34.8-.7.8-1.8.6-2.8.7-8.5 0-17.1.1-25.6.1 15.6-9.2 28.9-22.3 37.9-38 11.4-19.7 16.1-43.1 12.9-65.6-.4-2.1-.5-4.3.7-6z'/%3e%3cpath class='st0' d='M188.8 86c.8-5.1 1.2-10.2 2.2-15.2 3 21.7 5.9 43.4 8.9 65.1 7.5-9.4 14.9-18.8 22.4-28.2-1 12.4-2.2 24.8-3.3 37.2 13.8-8.9 27.5-17.8 41.4-26.7-8.9 13.8-17.8 27.5-26.7 41.3 13-1.5 26-3.1 39-4.6-10.4 7.7-21 15.3-31.3 23.1 15 3.2 30 6.2 45 9.5-15.4 3.9-31 7.3-46.4 11.1 10.5 7.6 21 15.1 31.4 22.8-13.5-1.5-27-3.1-40.6-4.5 8.9 13.4 18.2 26.5 27 39.9-13.1-8-26.1-16.2-39.1-24.4-5.8-3.2-13.8-1.1-17.5 4.3-1.3 1.8-2 3.9-2.2 6-2.6 19.3-5.3 38.6-7.9 57.8-2.9-19.6-5.3-39.4-8.1-59-1.5-8.4-12.1-13.3-19.6-9.2-13.1 8.2-26.1 16.5-39.3 24.5l27.3-39.9c-13.6 1.5-27.2 3.1-40.8 4.5l31.5-22.8c-15.5-3.7-30.9-7.3-46.4-11 14.9-3.5 30-6.3 45-9.7-10.3-7.7-20.7-15.2-31-23 12.9 1.4 25.8 3 38.8 4.5-8.8-13.7-17.8-27.4-26.5-41.2 13.8 8.7 27.3 17.7 41 26.5-1.1-12.4-2.3-24.7-3.3-37 7.6 9.3 14.9 18.8 22.4 28.1 2.2-16.6 4.5-33.2 6.7-49.8z'/%3e%3c/svg%3e");
}
.logos li:nth-child(1):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 97.3684210526%;
}
.logos li:nth-child(1) > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.logos li:nth-child(2) {
  position: relative;
  width: 5.25rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 832.3 138.1' xml:space='preserve' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st0%7bfill:%23737877%7d %3c/style%3e%3cpath class='st0' d='M762.7 40.6c-8.3-1.7-15.9-.5-21.8 6.3-.7.8-1.5 1.3-2.5.8-1.1-.5-1.4-1.5-1.4-2.6V30.4c0-5.1 0-5-5.1-5.1-2 0-2.6.4-2.6 2.5.1 10.1.1 20.2.1 30.3v30.6c0 .8-.4 2.3.4 2.4 2.2.3 4.5.5 6.6.1 1.4-.3.5-2.2.6-3.3.1-1.2 0-2.4 1.4-2.9 1.3-.5 2.2.2 2.9 1.2 2 2.6 4.8 4.1 7.8 5.2 13.5 4.8 29.2-3.4 33-17.2 4.1-15.5-4.5-30.6-19.4-33.6zm-7 45.1c-10.7 0-18.7-8.2-18.8-19.2-.1-11.1 8.1-19.5 18.8-19.5 10.8 0 18.8 8.2 18.8 19.4.1 11.1-7.9 19.3-18.8 19.3zM713 41.6c-2.2-.3-4.5-.5-6.6-.1-1.5.3-.6 2.1-.7 3.3-.1 1.3 0 2.6-1.5 3.1-1.3.4-2.1-.6-2.8-1.5-2.4-3.1-5.7-4.8-9.4-5.7-10.6-2.5-21.4 2-27.6 11.3-6.4 9.6-6.1 21.5.8 30.7 8.9 12 25.9 13.5 36.6 3.2.8-.8 1.7-1.3 2.8-.8 1.1.4 1.1 1.4 1.2 2.4.2 4 .2 4 4.2 4h.9c2.2.4 2.7-.6 2.7-2.7-.1-7.4 0-14.8 0-22.2V44.1c-.2-1 .1-2.4-.6-2.5zm-25.9 44.1c-10.5 0-19.2-8.8-19.1-19.5.1-10.6 8.8-19.3 19.3-19.3 10.4 0 19 8.9 18.9 19.6-.1 10.6-8.7 19.2-19.1 19.2zM526 41.1c-10.7-3.1-20.4-.4-27.9 7.9-7.3 8.2-8.6 17.9-4.3 28 7.2 16.7 29.3 21 44 8.6 4-3.3 3.9-3.2-.4-5.8-1.6-1-2.6-.9-3.8.5-1.6 1.8-3.6 3.1-5.8 4.2-11.2 5.3-24.9-.9-26.9-12.3-.6-3.1 0-3.8 3.2-3.8h36.2c5.5 0 5.7 0 4.7-5.5-1.9-11.1-8.1-18.7-19-21.8zm7 21.6h-28.9c-3.4 0-4-.8-3-3.9 2.4-7.9 9.2-12.6 17.7-12.4 7.8.2 15 5.9 16.9 13.4.4 2.2-.7 2.9-2.7 2.9zM587.9 65.2c-2.2-.7-4.5-1.1-6.7-1.6-4.3-1-8.8-1.2-13-2.9-5.5-2.2-6.5-8.4-1.9-12.3 1.2-1 2.6-1.7 4.1-2.1 5.7-1.6 11.3-.8 16 2.5 2.9 2 4.1 1 5.8-1.2 1.1-1.4 1.2-2-.5-3-6.1-3.5-12.6-5.3-19.7-4.6-5.3.6-10.1 2.4-13.5 6.9-5.5 7.3-3.2 15.8 5.2 19.3 3 1.3 6.2 2 9.5 2.6 3.4.7 6.9 1 10.1 2.2 2.9 1.1 4.9 3 5.3 6.3.3 3.3-1.3 5.5-3.9 7.2-1.7 1.2-3.6 1.9-5.6 2.2-6.1.9-11.4-.8-16.5-4.1-4-2.6-4-2.5-7.4 1-1.2 1.2-.9 1.7.3 2.5 5.9 4.1 12.4 6.5 19.7 6.3 1.3 0 2.5.1 3.8 0 7.4-.9 13.6-3.7 16.4-11.3 2.9-7.3-.1-13.4-7.5-15.9zM823.5 65.1c-2.1-.6-4.3-1-6.5-1.5-4.1-.9-8.2-1.5-12.2-2.5-2.9-.8-5.2-2.6-5.6-5.9-.4-3.5 1.3-5.9 4.1-7.6.9-.5 1.9-1 2.9-1.2 6.1-1.7 11.7-.3 16.8 3.1 1.9 1.3 3 1 4-.8.3-.5.7-.9 1.1-1.3 1.1-1 .9-1.6-.4-2.4-6.4-3.9-13.3-5.7-20.7-4.7-5 .6-9.5 2.5-12.7 6.7-5.6 7.4-3.3 16 5.3 19.5 3 1.2 6.1 1.9 9.2 2.5 3.5.7 7.1 1 10.4 2.3 2.8 1.1 4.7 3 5.1 6.1.4 3.3-1.2 5.5-3.7 7.3-1.8 1.2-3.7 1.9-5.9 2.3-6.1.9-11.4-.9-16.4-4.1-3.8-2.5-3.8-2.5-6.9.8l-.4.4c-1.3.9-.8 1.6.3 2.3 5.9 4.1 12.4 6.6 19.7 6.3 1.3 0 2.5.1 3.8 0 7.1-.8 13.4-3.3 16.1-10.4 3-8 1.1-14.6-7.4-17.2zM624.2 84.8c-5.6-2.6-7.7-7.1-7.7-13V55.9c0-8.1-.9-7.7 7.3-7.6h.6c1.2.1 1.4-.5 1.4-1.6.4-5.4.5-5.4-5.1-5.5h-1.2c-2.3.2-3.1-1-3.1-3.1.1-2.8 0-5.6 0-8.4 0-5.3 0-5.2-5.2-3.9-2 .5-2.7 1.3-2.5 3.3.2 2.9-.1 5.8.1 8.6.2 2.7-1 3.8-3.5 3.4-2.8-.5-3.3.8-3.1 3.2.2 2-.7 4.5 3 3.9 2.7-.5 3.8.8 3.6 3.6-.2 3.6 0 7.3 0 11 0 3.8-.1 7.7 0 11.5s1 7.4 3.7 10.3c2.8 3 6.4 4.9 10 6.7.3.2.9.3 1 .2 1-1.6 2.3-3.2 2.9-4.9.5-1.1-1.3-1.4-2.2-1.8zM481.8 84.9c-6-2.6-8.2-7.4-8-13.7.1-5.8 0-11.5 0-17.3 0-5.7 0-5.8 5.7-5.6 2.7.1 3.8-.4 3.7-3.5 0-3.1-1-4.1-3.9-3.6-.7.1-1.4 0-2 0-2.6.3-3.7-.7-3.6-3.4.2-4.3 0-8.6 0-13.3-2.1.6-3.9 1.2-5.8 1.5-1.6.3-2 1.1-1.9 2.6.1 3-.1 6 .1 8.9.1 2.7-.8 4.1-3.6 3.7-2.7-.4-3.4.7-3.1 3.2.2 2-.7 4.3 3 3.9 3.3-.3 3.7.3 3.7 3.8v22.8c0 5.2 2.1 9.3 6.4 12.3 1.9 1.3 4 2.3 5.9 3.6 3.3 2.3 3.3-1 4.5-2.4 1.6-1.8.7-2.7-1.1-3.5zM653.9 85.2c-6.8-2.7-8.8-8.1-8.6-15 .2-13.3.1-26.5.1-39.8 0-5.1 0-5-5.2-5.1-2.1 0-2.5.6-2.5 2.6.1 7.9 0 15.8 0 23.7 0 6.8.3 13.7-.1 20.5-.5 8.6 3.3 14.3 10.8 18 4 2.1 3.9 2.1 6.2-1.8.9-1.5 1.1-2.4-.7-3.1zM274.7 65c-.6-26.6-20.1-43.2-45.8-39.4-10.4 1.5-18.8 6.4-23.3 16.3-.8 1.7-1.5 3.2-3.6 3.1-2 0-2.7-1.5-3.4-3.1-2.3-5.4-6.3-9.4-11.3-12.3-13-7.4-31.1-6.1-42.8 3.2-10 7.9-14.4 18.6-14.8 30.9-.4 11.2-.1 22.5-.1 33.7h-.1c0 11.3.1 22.6-.1 33.8v3.6h18.5v-3.6c-.1-20.8-.1-41.7-.1-62.5 0-1.8.1-3.7.2-5.5 1-10.5 9.1-19 18.9-19.9 12.2-1.1 21.1 4.6 24.4 15.7 1.4 4.5 1.5 9.1 1.5 13.7v62.2h18.5v-3-.1c-.1-20 0-40-.1-60 0-3.8.3-7.5 1.1-11.2 2.6-11.1 10.4-17.3 21.7-17.5 10.5-.1 18.7 6.3 21.4 16.7.7 2.6.9 5.3.9 8 0 21.1 0 42.2-.1 63.4v3.6h18.5v-2.2c.1-22.4.5-45 0-67.6zM436.8 65c-.6-26.6-20.1-43.2-45.8-39.4-10.4 1.5-18.8 6.4-23.3 16.3-.8 1.7-1.5 3.2-3.6 3.1-2 0-2.7-1.5-3.4-3.1-2.3-5.4-6.3-9.4-11.3-12.3-13-7.4-31.1-6.1-42.8 3.2-10 7.9-14.4 18.6-14.8 30.9-.4 11.2-.1 22.5-.1 33.7h-.1c0 11.3.1 22.6-.1 33.8v3.6H310v-3.6c-.1-20.8-.1-41.7-.1-62.5 0-1.8.1-3.7.2-5.5 1-10.5 9.1-19 18.9-19.9 12.2-1.1 21.1 4.6 24.4 15.7 1.4 4.5 1.5 9.1 1.5 13.7v62.2h18.5v-3-.1c-.1-20 0-40-.1-60 0-3.8.3-7.5 1.1-11.2 2.6-11.1 10.4-17.3 21.7-17.5 10.5-.1 18.7 6.3 21.4 16.7.7 2.6.9 5.3.9 8 0 21.1 0 42.2-.1 63.4v3.6h18.5v-2.2c.2-22.4.5-45 0-67.6zM114.5 75.7C111.8 42.3 80.8 19.2 48 26.2c-9 1.9-17.3 5.6-23.1 13.2-1.2 1.6-2.4 2.9-4.5 2.1-2.2-.7-2.2-2.6-2.2-4.5 0-11.1 0-22.3.1-33.4V0H0v3.6C.1 24.8.1 46 .1 67.2V134.9h18.2v-10.1c0-1.6.4-3 2-3.5 1.7-.5 3.2-.1 4.3 1.5 3 4.5 7.3 7.7 12.2 9.9 17.3 7.9 34.5 6.8 50.7-2.6 20.8-12 28.8-31 27-54.4zm-50.9 44.8c-21.2 4.2-41.9-10.6-44.8-32-2-14.8 1.5-27.8 13.1-37.8 22-18.9 56.8-6.6 62.2 21.8.6 2.9.7 5.9.9 8.9.1 19.8-12.5 35.4-31.4 39.1z'/%3e%3c/svg%3e");
}
.logos li:nth-child(2):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 16.6666666667%;
}
.logos li:nth-child(2) > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.logos li:nth-child(3) {
  position: relative;
  width: 4.625rem;
  margin-right: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 723.2 245.7' xml:space='preserve' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st0%7bfill:%23737877%7d %3c/style%3e%3cpath class='st0' d='M0 2.6c.1 0 .3 0 .3-.1.1-.2.2-.4.2-.5C.7.9 1.4.4 2.4.2 3.1.1 3.9 0 4.6 0h227.6c1.1 0 2.2-.1 3.4 0 2 .3 2.7.9 2.7 2.9V241c-.2 1.5-.9 2.2-2.4 2.4-.4.1-.9 0-1.3 0H4.7c-.6 0-1.3 0-1.9-.1-1.1-.1-2-.6-2.2-1.8 0-.1-.1-.3-.2-.3-.1-.1-.2 0-.3.1v-17.8c.4-.4.2-1 .2-1.4 0-6.2.1-12.4.1-18.6 0-9.3.1-18.6.1-28v-23.9c0-29 .1-58.1-.1-87.1-.1-9.4 0-18.8-.1-28.2V23.9c0-.4.1-.9-.2-1.3C0 16 0 9.3 0 2.6zM74.6 239c3.3.2 6.9-.2 10.5-.3 1.8 0 3.6-.2 5.3-.5 4.3-.8 7.9-2.7 11-5.8 1.8-1.8 3.3-3.9 4.5-6.1 1.7-3.1 3-6.4 4.1-9.8 2.4-7.2 4.8-14.4 7.5-21.4 2.4-6.4 5-12.6 7.9-18.8 2-4.2 4-8.4 6.2-12.5 3.3-6.4 6.8-12.7 10.4-18.9 3.9-6.7 8-13.3 12.2-19.8 5-7.6 10.1-15.1 15.4-22.5 3.6-5.1 7.3-10.1 11.1-15 3-3.9 5.9-7.8 8.9-11.6 2.5-3.2 5.1-6.4 7.7-9.7 2-2.5 4.1-5 6.1-7.5l6.3-7.5c1.7-2 3.4-4 5-5.9 2-2.3 4-4.7 6-7 1.5-1.8 3.1-3.5 4.6-5.2 1.7-1.9 3.4-3.9 5.2-5.8 1.3-1.4 2.4-3 3.2-4.8.9-2.1 1.4-4.3 1-6.7-.2-1.4-.6-2.7-1.4-3.9-1.6-2.4-3.9-3.9-6.7-4.7-1.7-.4-3.5-.7-5.3-.9-2.1-.2-4.3-.3-6.4 0l-4.8.6-4.8.6c-2.2.4-4.4.5-6.7.7-2.2.1-4.5.4-6.6.8-5.2 1-10 3-14.4 6-3.8 2.5-7.1 5.6-10 9.1-2.4 2.8-4.8 5.7-7.1 8.6-2.6 3.2-5.1 6.4-7.6 9.7-3.9 5.1-7.7 10.3-11.5 15.6-4.9 6.8-9.7 13.6-14.5 20.6-2.9 4.2-5.8 8.5-8.6 12.8-2.3 3.4-4.5 6.9-6.7 10.4-4.5 7-8.9 14.2-13.1 21.4-3.1 5.3-6.2 10.6-9.1 16-2.5 4.5-4.9 9.1-7.2 13.7-1.3 2.6-2.5 5.2-3.8 7.9-.6 1.3-1.2 2.5-1.8 3.8-.3.6-.4.6-.8 0-1.8-2.6-3.9-4.9-6.1-7.2-2.4-2.5-4.9-5-7.5-7.3-2-1.8-4.1-3.5-6.3-5-3.6-2.5-7.4-4.5-11.6-5.9-3.4-1.1-6.8-1.8-10.4-1.3-2.2.3-4.4.8-6.4 1.8-2.2 1.1-4.1 2.4-5.8 4.1-3.6 3.6-6.9 7.5-9.8 11.7C9.3 159.2 7 163 5.1 167c-.5 1.1-.9 2.2-1.2 3.4-.4 1.8-.2 3.5.6 5.1.8 1.5 1.9 2.8 3.2 3.9 1.3 1.1 2.5 2.2 3.7 3.3 2 1.9 3.6 4.2 5.4 6.3 1.8 2.2 3.6 4.4 5.4 6.5 1.8 2.2 3.6 4.4 5.4 6.7 1.9 2.4 3.8 4.8 5.8 7.2 1.9 2.3 3.8 4.7 5.7 7 2.8 3.6 5.3 7.3 7.2 11.4.4.9.9 1.7 1.4 2.5.9 1.4 2 2.7 3.3 3.8 2.3 1.9 5 3.1 7.9 3.7 1.5.3 3 .5 4.5.6 2 .2 4.1.4 6.2.5 1.6.1 3.2.1 5 .1zM274.9 245.7c0-.2-.2-.3-.3-.3-1.5-.3-2.9-.6-4.3-1.2-6.6-2.5-11.4-7-14.4-13.3-1.8-3.9-3.1-7.9-3.8-12.1-1-5.6-1.2-11.3-.9-17 .2-3.2.4-6.4.9-9.6.8-5.4 2.4-10.7 5.1-15.5 3.2-5.7 7.8-9.7 14-11.7 5.1-1.7 10.3-1.6 15.5 0 2.3.7 4.3 2 6.1 3.5 4.8 4.1 7.9 9.2 9 15.5.3 1.7.4 3.5.2 5.2-.2 1.2-.5 1.6-1.8 1.7l-10.2.6c-1.1.1-2.1.2-3.2.2-1.6.1-2.5-.1-2.5-2.4 0-1.1 0-2.2-.1-3.2-.1-2-.5-4-1.4-5.9-.2-.4-.3-.7-.5-1.1-1.3-2.5-3.5-2.8-5.8-1.9-1.1.4-1.9 1.3-2.6 2.3-1 1.6-1.6 3.4-2.1 5.2-.5 2-.6 4.1-.8 6.1-.3 4-.5 8-.7 12.1-.1 1.7-.1 3.5 0 5.2.1 2.5.2 4.9.4 7.4.3 3.4.9 6.7 1.9 9.9.4 1.3.9 2.5 1.6 3.7.4.7.9 1.4 1.4 2 1.9 2 4.6 1.9 6.5-.2.5-.5.8-1.2 1-1.9.3-.9.5-1.8.8-2.7.6-2.2 1-4.5 1.3-6.7.1-.6.3-1.2.5-1.8.3-.7.9-1.2 1.7-1.4.7-.2 1.4-.2 2.1-.2 2.4.1 4.7.2 7.1.3 1.1.1 2.1.1 3.2.2.5 0 1.1.1 1.6.2 1.1.2 1.5.7 1.4 1.9 0 .6-.1 1.2-.2 1.7-.4 3.2-1.1 6.4-2.1 9.4-1.2 3.4-2.9 6.4-5.4 9-3.5 3.5-7.6 5.7-12.5 6.5-.2 0-.4 0-.6.2-2.5.1-4.8.1-7.1.1zM723.2 236.3c-.1 0-.2.1-.2.3-.1 1.7-1 3-2.2 4.2-2.8 2.8-7.4 3.3-10.6 1.2-2.7-1.8-3.8-4.4-3.7-7.6 0-1.5.5-3 1.3-4.3 1.4-2.2 3.5-3.4 6.1-3.7 2.1-.2 4.1.2 5.9 1.5 1.7 1.2 3 2.8 3.3 5 0 .2.1.2.3.2-.2 1.1-.2 2.1-.2 3.2zm-1.3-1.5c.1-3.4-2.6-7.3-7.2-7.3-3.9 0-7.3 3.4-7.3 7.3 0 4.4 3.9 7.3 7.3 7.2 4.1 0 7.3-3.3 7.2-7.2zM397.5 29.5c.5-.3.9-.5 1.3-.8 1.9-1.2 3.9-2.3 5.9-3.1 2.7-1.2 5.5-1.8 8.5-1.9 4.4-.1 8.2 1.3 11.1 4.7.3.3.5.6.8.9.8.7 1.3.7 2.2.2.4-.2.7-.5 1.1-.8 2.9-2.3 6.1-3.9 9.7-4.6 2.8-.6 5.7-.7 8.5 0 5.4 1.2 8.8 4.6 10.3 9.9.5 1.8.7 3.7.8 5.6.1 3.9.1 7.7.1 11.6v27.2c0 .4 0 .9-.1 1.3-.1.8-.6 1.3-1.4 1.5-.4.1-.9.1-1.3.1-1.3 0-2.7-.1-4-.1-2.5 0-4.9 0-7.4.1-.6 0-1.2.1-1.7-.1-.7-.2-1.2-.6-1.3-1.3-.1-.6-.2-1.1-.2-1.7 0-3.6.1-7.3.1-10.9v-23c0-.6 0-1.3-.1-1.9 0-.7-.2-1.3-.5-1.9-.8-1.7-2.2-2.6-4.1-2.5-.7 0-1.3.2-2 .4-1.4.6-2.7 1.3-3.9 2.4-1.6 1.5-2.4 3.3-2.5 5.5v2c0 7.6 0 15.1.1 22.7 0 2.2.1 4.3.1 6.5 0 .7 0 1.3-.1 2-.2 1.1-.7 1.7-1.8 1.9-.5.1-1.1.1-1.6 0-3.4-.3-6.9-.2-10.3 0-.6 0-1.2.1-1.7 0-1.2-.1-1.8-.7-1.9-1.9-.1-.7 0-1.3 0-2 0-4 .1-8 .1-12 0-5.3.1-10.6.1-15.9v-6c0-.8 0-1.6-.3-2.4-.4-1.3-1.2-2.2-2.5-2.5-4.7-1.1-9.8 1.6-10.2 7.2V77c0 .8.1 1.6-.1 2.4-.3 1.4-.9 1.9-2.3 2h-1.7c-2.9-.2-5.8-.2-8.7-.1-.8 0-1.5.1-2.3.1-.5 0-.9 0-1.3-.1-.7-.2-1.1-.6-1.2-1.3-.1-.5-.1-1-.1-1.5.1-16.7.1-33.3 0-50v-1.1c.1-1.6.7-2.2 2.2-2.2h1.2c2.3 0 4.6.1 6.9.1 1.2 0 2.4-.1 3.6-.2.7 0 1.3 0 2 .1 1.3.2 2 1 2.1 2.4-.2.4-.2 1-.2 1.9zM604.6 78.5c-.6-.1-1 .2-1.4.4-2.2.8-4.5 1.5-6.9 1.8-6.3.9-11.8-.9-16.4-5.2-3.1-3-5-6.6-6-10.8-.5-2.1-.8-4.2-1-6.4-.4-3.5-.5-7-.3-10.5.3-5.1 1.5-10 3.8-14.6 2.3-4.4 5.7-7.6 10.4-9.3 4.8-1.7 9.6-1.5 14.3.5 1.7.8 3.2.9 4.8-.3.6-.5 1.4-.6 2.2-.6.9 0 1.9 0 2.8.1 1.6.2 3.1.2 4.7.2 1.1 0 2.2 0 3.4.2 1.6.2 2.2.8 2.5 2.3.1.5.1 1 .2 1.5v40.9c0 5.3 0 10.7-.1 16 0 2.8-.5 5.5-1.3 8.2-1.9 5.9-5.9 10-11.8 12-4 1.4-8.2 2.2-12.5 2-4.2-.2-8.1-1.2-11.9-3.1-3.5-1.8-6-4.5-7.7-8-.9-1.8-1.6-3.7-2-5.7 0-.1-.1-.2-.1-.3-.2-1.4.3-2.2 1.7-2.3 1.4-.1 2.8-.2 4.2-.2 3-.2 6-.3 9-.5h.5c.9.1 1.4.5 1.6 1.4.1.3.1.6.1.9.1.8.2 1.5.5 2.2.5 1.6 1.6 2.7 3.1 3.3.8.3 1.6.5 2.5.6 1.4.1 2.6-.3 3.6-1.4.6-.6 1-1.4 1.4-2.1.8-1.8 1.4-3.8 1.7-5.8.4-2.3.5-4.8.4-7.4zm-.2-31.4c0-1.3 0-2.7.1-4 .1-2.1-.7-3.8-2.5-5.1-.9-.6-1.8-1-2.8-1.4-1.5-.6-2.9-.3-4.2.6-.8.6-1.4 1.3-2 2.1-1.4 2-2.3 4.2-2.7 6.5-.8 4.3-.7 8.7.1 13 .4 2.4 1.4 4.5 3 6.4.6.7 1.3 1.4 2.1 1.9 1.3.8 2.7 1 4.1.6.6-.2 1.3-.4 1.9-.7 2.1-1 3.5-2.9 3.2-6-.1-.8-.1-1.6-.2-2.4v-5c0-.4.1-.7-.1-1.1-.2-.5-.2-1.1-.2-1.6.2-1.2.2-2.5.2-3.8zM308.4 49.5v5c0 .9.2 1.9-.2 2.8-.1.2 0 .4 0 .5 0 3.5-.1 7 0 10.5v.8c0 1.5-.4 2.8-1.3 4-.5.7-1 1.3-1.6 1.8-4.9 4.7-10.7 7.7-17.4 8.6-10.1 1.3-18.9-1.6-26.1-8.8-3.1-3-5.3-6.7-6.7-10.8-1.7-5-2.9-10.1-3.4-15.3-1.1-11 .7-21.6 5-31.8.9-2.1 1.9-4.1 3.2-5.9 3.8-5.4 9-8.7 15.5-9.8 6-1 11.9-.3 17.4 2.3 7.3 3.4 11.9 9.2 14.1 16.9.3 1.1.5 2.2.7 3.3.1.3.1.7.1 1.1 0 1-.3 1.4-1.2 1.6-.3.1-.6.1-.9.1-3.4.2-6.9.4-10.3.6-.4 0-.9.1-1.3.1-.7 0-1.3.1-2 .1-1.4 0-1.9-.5-1.9-1.8v-1.1c.1-1.5-.2-2.8-.8-4.2-.7-1.7-1.6-3.2-2.8-4.6-.5-.6-1.1-1.1-1.8-1.5-1.3-.7-2.6-.8-3.9-.2-.8.4-1.5.9-2.2 1.5-1.5 1.4-2.6 3.1-3.6 4.9-1.4 2.6-2.3 5.4-3 8.3-1.1 5.1-1.7 10.3-1.6 15.5.1 5.5.8 10.9 2.4 16.2.4 1.3.9 2.6 1.6 3.9.5 1 1.1 1.8 1.8 2.6 2.1 2.3 4.8 3.4 7.9 3.2 1.8-.1 3.6-.5 5.3-1.2.2-.1.3-.1.5-.2 1.2-.5 1.7-1.4 1.6-2.7-.1-1.3-.1-2.6 0-3.9.1-1.4.1-2.9.1-4.3 0-.7 0-1.4-.1-2.1-.4-1.5-1-2-2.5-2.1-.5 0-1.1.1-1.6.1-.8.1-1.6.1-2.4.2-.4 0-.7 0-1.1-.1-.7-.2-1.1-.6-1.2-1.4v-.5c.2-1.8-.1-3.7-.3-5.5-.1-.9-.1-1.8 0-2.7.3-2 1.6-2.9 3.4-3 1-.1 2.1 0 3.1.1 1.3.2 2.7.3 4 .2h13.2c.4 0 .8.1 1.2.1.7.1 1.1.6 1.2 1.3.1.4.1.9.1 1.3-.1 2-.1 4-.2 6 .1 0 0 0 0 0zM372.2 125V94.9v-4.8c0-.5 0-1 .1-1.5.1-.7.5-1.1 1.2-1.3.6-.2 1.1-.2 1.7-.1 2.6.1 5.2.2 7.8.1 1.3 0 2.5-.1 3.8-.1.5 0 1 0 1.5.1.8.2 1.3.7 1.6 1.5.1.5.2 1 .2 1.5 0 2.3-.1 4.7-.1 7v11.5c0 .3.2.4.4.3l2.1-.9c1.6-.7 3.3-1.5 5-2 5.7-1.8 11.1-1 16 2.4 4.1 2.8 7 6.6 8.8 11.3 1.1 2.9 1.8 5.9 2.2 9 .4 3.4.5 6.8.2 10.2-.4 4.3-1.3 8.5-3.2 12.4-1.5 3.2-3.7 5.9-6.5 8.1-3.4 2.5-7.2 3.8-11.4 3.8-3.6 0-6.9-.8-10.2-2.2-.4-.2-.9-.5-1.3-.7-.3-.2-.5-.3-.8-.4-.6-.2-1-.1-1.4.5-.2.3-.3.6-.4 1-.1.4-.3.5-.7.6-.7.1-1.4.2-2.1.2-3.8.2-7.6.1-11.4 0-.7 0-1.4-.1-2.1-.2-.6-.1-.8-.4-.9-1v-.7-17.9c-.1-6.1-.1-11.8-.1-17.6zm34.9 9.9c0-2.2-.2-4.3-.5-6.3s-.8-3.9-1.7-5.8c-.5-1.1-1.1-2.1-1.9-2.9-1.1-1.1-2.4-1.8-3.9-1.9-2.5-.1-4.8.6-6.8 2-1.2.8-1.8 1.9-2.1 3.3-.1.8-.1 1.5-.1 2.3.2 2.1.1 4.2.1 6.3v4c.1 2.3.2 4.7-.1 7-.1.4 0 .8 0 1.2 0 2.1.9 3.7 2.8 4.7 1.7 1 3.5 1.5 5.5 1.5.6 0 1.2 0 1.9-.2 1.9-.5 3.3-1.7 4.4-3.3.8-1.2 1.2-2.5 1.6-3.8.6-2.7.8-5.5.8-8.1zM680.9 240c-.6.3-1.1.5-1.5.7-2.4 1.2-4.9 2.1-7.6 2.7-6.5 1.4-15.6-.9-20.4-8.4-1.6-2.4-2.7-5.1-3.5-7.8-1.2-4.3-1.9-8.7-1.8-13.1.1-5.4 1.2-10.6 3.5-15.5 1.6-3.5 3.8-6.5 6.8-8.8 4.1-3.1 8.8-4.3 13.9-3.6 3.2.4 6.2 1.5 9 3 .4.2.8.4 1.3.3.3 0 .5-.1.5-.5v-.5c0-4 .1-8 .1-12 0-1.7-.1-3.4-.1-5.1 0-.6 0-1.2.1-1.7.2-1.4.9-1.9 2.2-2.1.4 0 .8-.1 1.2 0 3.7.2 7.3.1 11 0h1.3c.9.1 1.5.5 1.7 1.5.1.5.1 1 .1 1.5V240c0 .4 0 .9-.1 1.3-.2.8-.7 1.2-1.5 1.4-.4.1-.7.1-1.1.1-4.1-.1-8.2-.1-12.2 0-2.1 0-2.6-.5-2.9-2.8zm.1-24.9v-8.7c0-.9-.1-1.8-.3-2.7-.5-2.1-1.7-3.5-3.7-4.3-1.5-.6-3-.8-4.6-.8-2.2 0-3.9.9-5.2 2.7-.6.8-1.1 1.8-1.4 2.7-1.2 3.1-1.9 6.3-2 9.5-.1 2.1 0 4.2.3 6.3.3 1.8.6 3.6 1.3 5.3.5 1.3 1.1 2.4 2 3.4 1.1 1.3 2.6 2.1 4.3 2.3 2.3.2 4.4-.3 6.5-1.4 1.3-.7 2.2-1.8 2.5-3.3.2-.9.3-1.8.3-2.7v-8.3zM510.6 52.5v-25c0-.6 0-1.3.1-1.9.2-.9.6-1.3 1.5-1.5.3-.1.6 0 .9-.1 4.1-.1 8.2-.1 12.2-.2.7 0 1.3 0 2 .1.8.2 1.1.6 1.2 1.4 0 .5 0 1.1-.1 1.6 0 .4-.1.9.2 1.3.1.2.2.3.4.1.3-.2.5-.4.7-.6 3.2-2.6 6.9-4.3 11.1-4.8 2.4-.3 4.8-.3 7.2 0 1.5.2 2.9.4 4.3 1 4.1 1.6 6.9 4.4 8.2 8.6.3 1.1.4 2.3.5 3.4.1 5.6.2 11.3.2 16.9v24.7c0 .5 0 1-.1 1.5-.2.6-.6.9-1.2 1-.4 0-.7.1-1.1.1-4.1-.1-8.2-.1-12.2 0-.4 0-.7 0-1.1-.1-.8-.1-1.3-.6-1.5-1.5-.1-.5-.1-1.1-.1-1.6V64.8 45.3c0-1.2-.1-2.4-.2-3.6-.1-.6-.3-1.2-.5-1.8-.5-1.4-1.6-2.3-3-2.6-2.8-.6-5.5-.2-7.9 1.3-2.7 1.6-4.1 4.1-4.1 7.2v26.5c0 1.4.1 2.9.1 4.3 0 .7 0 1.3-.2 2-.3 1.2-1 1.9-2.2 2-.5.1-1 .1-1.5.1-3.7-.2-7.3-.1-11-.1h-1.3c-.8-.1-1.3-.5-1.5-1.3-.1-.4-.1-.9-.1-1.3V63.7c.1-3.6.1-7.4.1-11.2zM621.5 219.1h-13.7c-.4 0-.9 0-1.3.1-.8.2-1.1.5-1.1 1.3v1.5c.2 1.9.5 3.7 1.1 5.5.4 1.2 1 2.4 1.7 3.5 1.6 2.3 4.3 3 6.6 2.3 1.6-.5 2.8-1.5 3.6-3l.6-1.2c.9-1.9 2.4-2.9 4.5-2.9.6 0 1.3 0 1.9.1 3 .3 5.9.3 8.9.2h1.6c.3 0 .5 0 .8.1 1.1.2 1.5.8 1.2 1.8 0 .1-.1.3-.1.4-3.7 8.4-9.8 13.6-19 15-4.4.7-8.8.5-13.2-.6-6.2-1.5-10.9-5.1-14.1-10.6-1.8-3.2-3-6.6-3.8-10.2-.8-3.5-1-7-.8-10.6.3-4 1.1-8 2.6-11.8 2.9-7.3 8.1-11.9 15.8-13.6 5.1-1.2 10.3-1.1 15.4.3 6.9 1.8 11.7 6.2 14.5 12.7 1.2 2.9 2 5.9 2.4 8.9.4 2.5.7 5 .6 7.5 0 .4 0 .9-.1 1.3-.2 1-.7 1.6-1.8 1.7h-.9c-4.6.4-9.2.4-13.9.3 0 .1 0 .1 0 0zm-8.3-9.5h1.9c1.1-.1 2.2-.1 3.3-.5 1.1-.4 1.6-1.1 1.5-2.2 0-.4-.1-.7-.1-1.1-.4-1.8-1-3.4-1.7-5.1-.4-.9-1-1.8-1.8-2.5-1.2-1-2.6-1.4-4.1-1.1-1.1.2-2 .8-2.8 1.5-1.4 1.3-2.5 2.9-3.4 4.6-.4.9-.8 1.8-1 2.8-.1.8-.2 1.5.1 2.3.3 1 .9 1.5 2 1.4.4 0 .7-.1 1.1-.1.8-.1 1.5-.4 2.3-.2.8.3 1.8.2 2.7.2zM346.3 219.9h-15c-.9.1-1.3.6-1.4 1.5v.4c.2 2 .5 4.1 1.1 6.1.4 1.5 1.1 2.8 2 4.1 1.6 2.1 3.9 2.9 6.4 2.2 1.8-.5 3-1.5 3.8-3.1.2-.4.4-.9.6-1.3.9-1.7 2.2-2.6 4.1-2.6h1.9c3.4.3 6.8.3 10.2.3.5 0 1.1 0 1.6.2.7.2 1 .7.9 1.4-.1.6-.3 1.1-.6 1.6-1.9 4.4-5 7.8-9.1 10.3-3.3 2.1-7 3.4-10.9 3.9-5.1.6-10 0-14.8-1.9-4.8-1.9-8.5-5.1-11.1-9.6-1.9-3.2-3.1-6.8-3.7-10.4-.6-3-.8-6-.8-9.1.1-4.8.9-9.4 2.9-13.7 3-6.5 7.8-10.7 14.7-12.5 3-.8 6.1-1.3 9.2-1.2 4.3.1 8.3 1.1 12.1 3.2 4.7 2.8 8 6.9 10 11.9 1.3 3.2 2 6.6 2.2 10.1.1 1.9.1 3.8.2 5.6 0 .5 0 1-.1 1.5s-.5.9-1 .9h-1.1c-4.8.2-9.5.2-14.3.2zm-5.1-9.3h1.2c1 0 1.6-.5 1.8-1.5.2-.9.4-1.7.2-2.7-.4-2.5-1.4-4.6-2.9-6.6-1.7-2.3-4.4-2.6-6.8-1.1-.4.3-.8.6-1.1.9-.8.7-1.4 1.6-1.9 2.6-.8 1.6-1.4 3.2-1.9 4.9l-.3 1.2c-.1.9.2 1.4 1 1.6.3.1.7.2 1 .2 1.9.1 3.8.2 5.8.1.6 0 1.2 0 1.7.1.8.2 1.4.2 2.2.3zM365.9 55.7V71c0 1.6.2 3.2.3 4.8 0 .6.3 1.1.6 1.6.2.4.5.9.6 1.3.4 1.1-.2 2.1-1.3 2.3-.5.1-1.1.1-1.6.1-4-.3-8 0-12-.1h-.5c-.4 0-.8-.1-1-.5-.2-.3-.5-.6-.8-.9-.7-.6-1.5-.8-2.4-.4-.5.2-1 .4-1.4.7-3.4 2.2-7.1 2.8-11.1 2.4-2.5-.2-4.8-.9-7.1-2-5-2.4-7.7-6.4-8.4-11.8-.8-6.3 1.5-11.4 6.1-15.6 2.5-2.3 5.5-3.8 8.7-5 3.2-1.2 6.6-1.9 10-2.4l2.1-.3c.3 0 .6-.1.9-.2.8-.3 1.2-.8 1.1-1.6 0-.8-.1-1.5-.2-2.3-.2-1.1-.4-2.1-.7-3.1-.1-.4-.3-.8-.4-1.1-1.1-2.8-5.1-2.8-6.5-.6-.6.8-.9 1.7-1.2 2.7-.1.5-.2 1-.4 1.4-.3 1-.9 1.4-2 1.5-.8 0-1.7 0-2.6-.1-3.4-.1-6.9-.3-10.3-.4-.4 0-.9 0-1.3-.1-.9-.2-1.2-.7-1.2-1.5 0-.6.2-1.1.5-1.7 2.6-6.6 7.3-11 14.1-12.9 4.7-1.3 9.5-1.7 14.4-.8 1.9.3 3.7.9 5.3 1.7 4.7 2.4 7.7 6.2 9 11.3.4 1.7.6 3.4.6 5.2.1 4.6.1 9.1.1 13.1zm-17.3 5.4v-5.5c0-.4-.2-.6-.6-.5-2.3.5-4.4 1.4-6.4 2.8-1.4 1-2.6 2.3-3.5 3.9-1 1.8-1.4 3.8-1 5.8.3 1.7 1.3 2.6 2.9 2.8 1.1.2 2.2.1 3.3-.1 1.4-.3 2.8-.8 3.9-1.7.8-.7 1.3-1.5 1.2-2.5.2-1.7.2-3.4.2-5zM357.5 138.8v14.5c0 2 .2 3.9.6 5.9.2.7.3 1.5.3 2.3.1 1-.3 1.4-1.2 1.6-.6.2-1.2.1-1.9.1H343.2c-.4 0-.7-.1-.9-.5-.1-.2-.3-.5-.5-.7-.7-.9-1.5-1-2.5-.6-.4.2-.8.4-1.2.7-3.6 2.3-7.5 2.9-11.6 2.5-2.2-.2-4.3-.8-6.3-1.7-1-.5-2-1-2.9-1.7-2.7-1.9-4.4-4.4-5.2-7.6-1.6-5.8-.8-11.1 2.9-15.9 1.4-1.8 3.1-3.2 5-4.4 3.6-2.2 7.5-3.7 11.5-4.6 2.1-.5 4.3-.9 6.5-1.1.5-.1 1.1-.2 1.6-.3.6-.2.9-.6.9-1.2v-.7c-.3-1.5-.5-3.1-.8-4.6-.1-.7-.4-1.5-.8-2.1-.9-1.3-2.1-1.8-3.6-1.6-1.6.2-2.6 1.1-3.1 2.6-.1.4-.2.9-.3 1.3-.6 1.7-1.7 2.7-3.4 3-.9.1-1.8.2-2.7.1-2.1-.2-4.2-.2-6.3-.2-1.3 0-2.7 0-4-.2-.2 0-.4 0-.7-.1-.9-.2-1.3-.7-1.1-1.7.1-.4.2-.7.3-1 2.6-7.2 7.5-11.8 15-13.6 2.9-.7 5.9-1 8.9-1s6 .3 8.8 1.6c5.3 2.4 8.9 6.3 10.4 12.1.3 1.2.4 2.4.4 3.6v15.2zm-17 4.7v-4.4-.9c-.1-.6-.3-.8-.9-.8-.5 0-1 .1-1.4.2-2.1.6-3.9 1.8-5.5 3.3-1.1 1-2.1 2.2-2.8 3.6-.9 1.7-1.2 3.5-1 5.5.2 1.6 1.3 2.6 2.9 2.8.4 0 .7.1 1.1 0 2-.1 3.9-.6 5.7-1.3.1 0 .2-.1.4-.2.6-.3 1-.8 1.2-1.5.2-.6.2-1.2.2-1.9.1-1.5.1-3 .1-4.4zM254.9 123.7v-22.3c0-4.2-.1-8.3-.1-12.5 0-.8 0-1.5.2-2.3.2-1 .9-1.6 1.9-1.9.8-.2 1.7-.1 2.5-.1 2.4.2 4.8.2 7.3.1.9 0 1.8-.1 2.7-.2h1.5c1.3.2 2 .8 2.2 2.2.1.5.1 1 .1 1.5 0 17.3-.1 34.6-.1 51.9v5.6c0 .6 0 1.3.1 1.9.2 1.3.9 1.9 2.2 2 .4.1.9.1 1.3.1 4.4-.1 8.9-.1 13.3-.1h8.5c.6 0 1.2 0 1.7.1 1.4.2 2.1.8 2.3 2.2 0 .4.1.7 0 1.1-.3 2.1-.2 4.2-.1 6.3v1.5c-.1.9-.6 1.4-1.4 1.6-.7.2-1.3.2-2 .2-7.5-.1-15-.1-22.5-.1-6 0-11.9.1-17.9.1-.6 0-1.3 0-1.9-.1-1-.2-1.6-.7-1.8-1.7-.1-.6-.1-1.2-.1-1.7 0-8.3.1-16.6.1-24.9v-10.5zM508.9 220.9v-18.7c0-.5 0-1.1-.1-1.6 0-.4-.1-.7-.2-1-.3-.7-.8-1.2-1.6-1.2-.5 0-1 0-1.5.1-.6.1-.9-.1-1.3-.5-.7-.7-1.1-1.5-1.1-2.5 0-.9 0-1.8.2-2.7.2-1.2.2-2.3 0-3.5-.2-1.4.5-2.2 1.9-2.1.4 0 .8.1 1.2.2 1.6.2 2.6-.4 3-2 .2-1 .4-2 .5-3 .3-1.9.7-3.7 1.4-5.4 2.2-5.6 6.3-8.9 12.1-10.1 2.8-.6 5.6-.6 8.4-.4 3.3.3 6.5.8 9.6 1.7.5.1 1 .3 1.5.5.9.5 1.2 1.1 1 2.1-.5 2-1 3.9-1.6 5.8-.1.3-.2.7-.4 1-.6 1.3-1.3 1.7-2.7 1.5-.6-.1-1.1-.2-1.7-.4-.7-.2-1.3-.3-2-.5-1.3-.3-2.6-.3-3.9 0-2.7.7-4.3 2.5-5 5.2-.3 1-.4 1.9-.2 2.9s.5 1.4 1.6 1.4c1.3 0 2.7 0 4 .1.8 0 1.6.1 2.4.3 1.2.2 1.9.9 2.1 2.1.1.6.2 1.2.2 1.9v3.6c0 2.4-1.1 2.9-2.9 2.9-1.2 0-2.3.1-3.5.2-.4 0-.9.1-1.3.2-1.1.2-1.8.9-2 2-.1.5-.2 1-.2 1.5 0 .9-.1 1.8-.1 2.7V241c0 .4 0 .8-.1 1.2-.2 1.2-.8 1.7-2 1.9-.5.1-1 0-1.5 0-2.3 0-4.6-.1-6.9-.1-1.5 0-3 .1-4.4.1-.5 0-1 0-1.5-.1-1-.2-1.6-.8-1.8-1.7-.2-.6-.2-1.2-.2-1.9v-9c.6-3.7.6-7.1.6-10.5zM441.8 147.8h5.7c2.1 0 3 .8 3.6 2.4.6 1.8 2 2.6 3.8 2.7 2.7.2 4.1-.8 4.9-3.4.1-.3.2-.6.2-.9.4-2.1-.2-3.8-1.8-5.2-1.3-1-2.6-1.9-4-2.6-1.5-.8-3.1-1.5-4.6-2.2-2-.9-4-1.9-5.8-3.2-2.9-2-5.3-4.6-6.9-7.7-1-1.8-1.6-3.8-1.7-5.9-.1-2.5.4-4.8 1.6-7 1.9-3.5 4.6-6.2 8.2-7.8 7-2.9 14-3 21-.2 2 .8 3.8 2 5.3 3.6 1.6 1.7 2.8 3.7 3.9 5.8.4.7.5 1.4.3 2.2-.1.8-.6 1.4-1.4 1.6-.7.2-1.3.2-2 .1-2.9-.2-5.7 0-8.6.2h-.4c-2 .1-3-.5-3.6-2.5-.1-.2-.1-.4-.2-.6-.5-1.4-1.6-2.2-3-2.2s-2.6.5-3.6 1.4c-1.1 1-1.2 2.2-.8 3.5.3 1.2 1 2.3 1.9 3.2 1.1 1.1 2.4 1.9 3.8 2.4 1.1.4 2.1.7 3.2 1.1 2 .7 4 1.4 5.8 2.4 2 1.1 3.9 2.4 5.5 4 3.8 3.8 5.3 8.5 4.8 13.8-.2 1.6-.4 3.1-.9 4.6-1.2 3.7-3.5 6.4-6.8 8.3-2 1.1-4.2 1.8-6.4 2.3-3.1.7-6.3 1-9.5.9-3-.2-5.9-.7-8.6-1.8-5.2-2.1-8.4-5.9-10.1-11.1-.1-.4-.2-.8-.2-1.2 0-.9.4-1.3 1.2-1.4h1.1c.9 0 1.8.1 2.7.1.6.2 1.5.3 2.4.3zM422.4 221.3v-5.6c0-.2.1-.5 0-.7-.4-.9-.2-1.8-.2-2.7v-7.5c0-.8.1-1.5.1-2.3 0-.7 0-1.3-.1-2-.2-.8-.7-1.3-1.6-1.4-.4-.1-.8 0-1.2 0-.6.1-1.2.1-1.7.1-1.1-.1-1.7-.7-1.9-1.7-.1-.5-.1-1 0-1.5.2-1.5.2-2.9.1-4.4 0-.7-.1-1.3 0-2 .2-1.1.8-1.7 1.9-2 .5-.1 1.1-.1 1.6 0 .4.1.8.1 1.2.1 1 0 1.6-.5 1.8-1.5v-.8-5.1c0-.6 0-1.3-.1-1.9 0-.5 0-1 .1-1.5.2-.9.7-1.4 1.6-1.6.5-.1 1.1-.1 1.6-.1 2.3.1 4.6.2 6.9.2h3.8c.5 0 1.1 0 1.6.1.9.2 1.3.7 1.3 1.6v6.6c0 .7.1 1.3.3 2 .4 1.2 1.2 1.9 2.6 2 1 .1 2 0 2.9-.1.9-.1 1.9-.2 2.8-.2.4 0 .7 0 1.1.1.9.2 1.3.7 1.3 1.6 0 2 0 3.9.1 5.9 0 .3 0 .5-.1.8-.2 1.9-1.1 2.7-2.7 3-.6.1-1.2.2-1.9.2-1.2.1-2.4.1-3.6.2-.3 0-.5 0-.8.1-1.2.1-1.7.6-1.9 1.9 0 .4-.1.7 0 1.1.1 5.3 0 10.6 0 15.9 0 2.6.1 5.3.1 7.9 0 1.1.2 2.2.6 3.3.2.5.4.9.6 1.3 1 1.7 2.5 2.3 4.4 2.2 1.4-.1 2.7-.6 3.9-1.2.5-.2 1-.5 1.5-.6.8-.2 1.3 0 1.7.7.2.3.3.7.4 1 .6 1.9 1.2 3.8 1.7 5.6.2.5.3 1 .4 1.6.2.9-.2 1.6-1 2-.5.3-1 .5-1.5.6-3.4 1-6.9 2-10.5 2.4-3.2.3-6.4 0-9.3-1.3-3.8-1.6-6.3-4.5-7.9-8.2-1-2.3-1.5-4.7-1.7-7.2-.4-2.3-.4-4.4-.3-7zM373.6 216c0-8.1.1-16.2-.1-24.3 0-.7 0-1.3.2-2 .3-.8.8-1.4 1.7-1.6.6-.2 1.2-.2 1.7-.1 3.8.3 7.6.1 11.4.1h.5c1 0 1.7.5 2 1.5.1.3.2.7.4 1 .1.3.4.3.7.2.2-.2.4-.3.6-.5 2.8-2.4 6-3.7 9.7-3.6 1.3 0 2.5.3 3.7.8 1.7.7 2.3 1.7 2 3.5-.6 2.9-.9 5.8-1 8.7 0 .6-.1 1.3-.2 1.9-.1.7-.6.9-1.3.8-.5-.1-.9-.3-1.4-.5-1.1-.5-2.3-.8-3.5-.9-4.3-.2-8 2.6-9.1 6.9-.2.9-.3 1.8-.3 2.7v30.9c0 .4-.1.8-.2 1.2-.2.7-.7 1.2-1.5 1.4-.5.1-1.1.2-1.6.1-3.7-.2-7.4-.3-11.1 0-.5 0-1 0-1.5-.1-.9-.2-1.4-.7-1.7-1.6-.2-.6-.2-1.2-.2-1.9 0-2.7.1-5.5.1-8.2.1-5.6 0-11 0-16.4zM492.8 52.4v26.5c-.1 1.3-.8 1.9-2.1 2.1h-1.2c-3.9-.1-7.8-.1-11.7 0h-1.2c-1.1-.1-1.7-.7-1.9-1.8-.1-.5-.1-1-.1-1.5V35.8v-8.6c0-.5 0-1 .1-1.5.1-1 .7-1.5 1.6-1.7.4-.1.8-.1 1.2 0 4.1.1 8.2.1 12.2 0 .5 0 1 0 1.5.1.8.2 1.4.7 1.5 1.5.1.6.1 1.2.1 1.7v25.1zM468.7 215.2v-25.1-1.5c.1-1.1.7-1.6 1.7-1.7h1.2c4 .1 8 .1 12 0h1.2c1.1.1 1.8.7 1.9 1.9.1.4.1.8.1 1.2v51.7c-.1 1.4-.8 2.1-2.2 2.3h-.9c-4-.2-8-.1-12 0-.5 0-1 0-1.5-.1-.8-.2-1.2-.7-1.4-1.5-.1-.5-.1-1.1-.1-1.6v-19.2c.1-2.3.1-4.3 0-6.4.1 0 .1 0 0 0zM554.3 216v-25.1-1.5c.1-1 .7-1.6 1.7-1.7h1.2c4 .1 8.1.1 12.1 0 .4 0 .9 0 1.3.1.8.1 1.3.6 1.4 1.4.1.6.1 1.2.1 1.7 0 2.7-.1 5.5-.1 8.2v38.4c0 1.3 0 2.7.1 4 0 .5 0 1-.1 1.5-.1.8-.6 1.3-1.4 1.4-.5.1-1 .1-1.5.1-3.9-.2-7.9-.1-11.8-.1-.5 0-1 0-1.5-.1-.9-.1-1.4-.6-1.6-1.6-.1-.5-.1-1-.1-1.5.2-8.3.2-16.7.2-25.2zM477.8 166.2h6.6c.4 0 .9 0 1.3.1.7.2 1.1.6 1.2 1.3v.3c0 2.2.3 4.5.2 6.7 0 .5-.1 1.1-.2 1.6-.3.9-.9 1.4-1.7 1.8-.8.3-1.6.4-2.4.4-3.7.1-7.3.3-11-.1-.5-.1-1.1-.2-1.6-.4-1.1-.4-1.8-1.2-2-2.3-.1-.7-.2-1.3-.1-2 .1-1.7.3-3.5.5-5.2v-.3c.3-1.4.7-1.8 2.2-1.8 2.4-.1 4.7-.1 7-.1zM483.7 3.3h6c.5 0 1.1 0 1.6.1.8.1 1.2.6 1.4 1.3.1.2.1.4.1.7.2 2.1.3 4.1.2 6.2 0 .5-.1 1.1-.2 1.6-.3 1.1-.9 1.7-1.9 2-.7.2-1.5.4-2.2.4-3.2.1-6.4.1-9.7 0-.9 0-1.8-.2-2.6-.4-1.2-.4-1.9-1.2-2.2-2.5-.2-1.1-.2-2.1-.1-3.2.1-1.4.3-2.8.5-4.1 0-.2 0-.4.1-.5.2-.8.7-1.3 1.6-1.4h3c1.3-.2 2.8-.2 4.4-.2zM563.3 179.2h-6.6c-.4 0-.8 0-1.2-.1-1-.2-1.4-.6-1.5-1.6-.1-1.3-.2-2.7-.2-4v-2.3c0-.4 0-.7.1-1.1.2-1.4 1-2.3 2.4-2.6.7-.1 1.4-.3 2.1-.3 3.4-.1 6.9-.2 10.3.2.5.1 1.1.2 1.6.3 1.6.5 2.5 1.6 2.6 3.2.1 1.1.1 2.2 0 3.2-.1 1.2-.3 2.3-.5 3.5-.2 1.1-.6 1.5-1.8 1.6h-7.3z'/%3e%3cpath class='st0' d='M712.1 239.5c-.4-.6-.4-1.3-.5-1.9-.4-2.1-.4-4.2.1-6.2.4-1.6 1.1-2.1 2.8-1.8 1 .2 2 .4 3 .7.7.2 1.3.7 1.6 1.4.3.7.3 1.3-.2 1.9l-.2.2c-1.2 1.2-1.3 2.5-.5 4 .2.4.4.9.6 1.3.1.2 0 .3-.2.4-.8.3-1.4.1-1.8-.6-.4-.6-.7-1.3-1-1.9-.1-.2-.2-.5-.3-.7-.4-.7-1.2-.8-1.9-.5-.3.1-.5.4-.5.7v.8c0 .4 0 .9-.1 1.3s-.4.7-.9.9zm2.6-5.2c.5-.1 1.1-.1 1.6-.3.7-.2 1-.7 1-1.4s-.3-1.1-.9-1.4c-.6-.3-1.3-.3-2-.3-1 0-1.4.5-1.4 1.4 0 .4 0 .9.2 1.3.1.3.4.5.7.6.2 0 .4 0 .8.1z'/%3e%3c/svg%3e");
}
.logos li:nth-child(3):before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.7837837838%;
}
.logos li:nth-child(3) > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#about #main .logos li {
  height: calc(40px * 3);
}
#about #main .logos li:nth-child(1) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 382.9 379.3' xml:space='preserve' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st0%7bfill:%23fff%7d %3c/style%3e%3cpath class='st0' d='M140.8 4.9c8.5-5.3 19.4-6.4 28.7-2.9-.9 4.9-1.8 9.7-2.7 14.6-5.2-1.4-10.9-2.2-16 .1-4.8 2-8.1 6.9-8.3 12.1-.2 4.8 1.6 10 5.8 12.7 4.7 3.4 11.4 2.8 16.1-.3-1.1-4.6-2.1-9.1-3.1-13.7 4.8-1.1 9.6-2.2 14.3-3.2 2 8.8 4.1 17.5 6.1 26.3-7.3 5-16 7.9-24.8 8.5-7.7.5-15.7-2.2-21.1-7.9-5.4-5.8-8-13.8-8.1-21.7-.4-9.8 4.8-19.5 13.1-24.6M210 7.3c8.4-7.2 20.8-8.8 31-4.8-.5 5.6-1 11.1-1.5 16.7-3.1-1.8-6.7-3.1-10.4-3-4.7-.1-9.4 2.2-11.9 6.2-3.2 5-2.4 12.3 2 16.4 4.6 4.6 11.8 5.2 17.7 3.1-1.2 5.6-2.3 11.2-3.5 16.9-8.2.7-16.8-1.4-23.4-6.5-5.7-4.4-9.4-11.3-10-18.5-.9-9.8 2.3-20.2 10-26.5M283.5 28c14.2-3.1 29.7 7.3 32.4 21.6 1.6 7.6.2 15.9-4 22.4-5.3 8.8-15.4 14.4-25.6 14.5-7.3-.1-14.6-3.2-19.7-8.4-6.6-6.4-9.3-16.2-7.6-25.1 2-12.3 12.1-22.9 24.5-25m1.6 15.5c-7.1 1.6-12.4 9.1-11 16.4.9 6.7 7.8 11.8 14.5 10.9 6.7-.7 12.1-6.7 12.6-13.3.3-3.9-1.2-7.8-3.9-10.5-3.2-3.2-7.9-4.5-12.2-3.5M61.6 48.7c4.2-3.7 8.4-7.3 12.6-10.9 17 10.3 34.1 20.3 51.1 30.4l-11.7 10.2c-1.9-1.2-3.8-2.3-5.7-3.5-5 4.4-9.9 8.8-14.9 13 .8 2.1 1.6 4.2 2.4 6.2-3.9 3.3-7.6 6.8-11.6 10C76.4 85.8 69 67.3 61.6 48.7m17.1 8c2.6 6 5.3 12 8 18 2.9-2.5 5.8-5 8.7-7.6-5.6-3.5-11.1-7-16.7-10.4m223.5 54.2c16.5-9.1 32.9-18.2 49.4-27.3 2.7 4.8 5.4 9.7 8.1 14.5 2.7 5 4.8 10.7 4 16.4-1.1 7.5-8.2 13.1-15.5 13.8-3.5.4-7.1-.8-9.8-3.1-5.2 7.6-10.4 15.1-15.5 22.7-2.8-4.6-5.3-9.4-7.9-14 5.1-7.2 10.3-14.5 15.4-21.7-7 3.9-14.1 7.8-21.1 11.7-2.4-4.4-4.8-8.7-7.1-13m33.3-1.7c1.1 1.9 2.2 4.1 4.2 5.2 4.2 2.3 10.3-1.2 10.3-6 .1-2.2-1.2-4.1-2.2-6-4 2.3-8.1 4.6-12.3 6.8M31.4 91.1c4.3-2.5 9.6-2.6 14.1-.8 6 2.2 11.8 6.2 14.4 12.3 2.4 5.6 1.3 12.2-1.5 17.5-.5 1.1-1.4 2.2-1.5 3.4 4.3 2.6 8.7 4.9 13.1 7.3-2.4 4.3-4.9 8.5-7.2 12.8-16.4-9.1-32.8-18.3-49.4-27.3 2.2-4.2 4.5-8.3 6.8-12.5 2.8-4.9 6.2-9.7 11.2-12.7m1 18.9c4 2.1 7.9 4.4 11.9 6.6 1-2 2.2-4 2.1-6.4-.2-3.7-4.1-6.2-7.6-6.1-3.2.4-5.2 3.2-6.4 5.9M7.9 156.5c3.7-.7 8.1.2 10.3 3.5 1.2 1.8 1.1 4.1.7 6.1-6.4 43.1 4.6 88.2 29.3 123.9 32.1.1 64.2.2 96.2.1 4.5-13.6 9.1-27.2 13.6-40.8 1-2.9 1.8-5.9 3.7-8.4 2.3-3.2 6.2-5.5 10.2-5 3.1.3 5.8 2.3 7.3 5 1.6 2.9 1.8 6.4 1.3 9.6-5.5 42.9-11.1 85.9-16.6 128.8-41.4-5.9-80.4-26.2-109.4-56.3C27 294.7 8.3 257.8 2.2 218.7c-3-19-3-38.4 0-57.4.5-2.7 3.2-4.4 5.7-4.8m358.4 1.6c3.5-2.5 8.8-2.6 12.3-.1 2.1 1.5 2.2 4.2 2.5 6.5 3.5 25.3 1.6 51.3-5.3 75.9-10 36.1-30.9 69-59.1 93.6-27.3 24.1-61.7 40.1-97.8 45.3-5.6-42.9-11.1-85.8-16.7-128.7-.5-3.5-.2-7.3 1.8-10.3 1.8-2.8 5.2-4.6 8.5-4.3 6.4.4 10.3 6.5 11.7 12.2 4.6 14 9.4 28 14 42 32.1.1 64.1-.1 96.2-.1 24.9-35.9 35.8-81.3 29.3-124.5-.5-2.8.3-5.8 2.6-7.5m-340.4 6.5c1-4.4 6.6-5.8 10.5-4.5 3.6 1 6 4.8 5.2 8.5-5.8 38.9 4.4 79.8 27.6 111.5H49.6c-10.8-18.3-19.1-38.3-23.1-59.2-3.5-18.5-3.7-37.7-.6-56.3m315.9-.6c2.7-5.9 13.2-6 15.1.5 4 23.9 2.5 48.8-4.4 72.1-4.5 15.3-11.2 29.9-19.3 43.5-6.5.1-13.1 0-19.6 0 23.2-31.4 33.3-72.1 27.7-110.7-.3-1.8-.4-3.7.5-5.4m-292 5.2c.8-4.5 6.2-6.8 10.3-5.5 3.7.8 6.5 4.7 5.6 8.5-3.5 23.7-.1 48.4 9.7 70.2 6.2 14 15.1 26.8 25.7 37.8H79.6c-24.8-30.7-35.9-72-29.8-111m267.2 2.4c-.6-3.9 2.6-7.4 6.3-8 4-1 9 1.2 9.8 5.6 4 25.7.7 52.5-9.3 76.5-5.1 12.4-12 24-20.4 34.5h-21.9c15.6-15.7 27-35.5 32.7-56.9 4.5-16.8 5.4-34.5 2.8-51.7m-243.2 1.8c.3-3.1 2.9-5.6 5.9-6.2 3.6-.8 7.8.5 9.6 3.9 1 1.8.7 4 .5 6-3.3 24.2 2.6 49.5 15.9 69.9 8.8 13.7 21 25 34.9 33.3-8.8 0-17.6-.1-26.3-.1-.8.1-1.5-.2-2.1-.8-15.2-13.7-26.8-31.3-33.3-50.6-6.1-17.8-7.9-36.9-5.1-55.4m220.1-2.7c2.9-4.6 10.6-5.1 13.9-.7 1.6 2 1.5 4.6 1.9 7 2.6 23.1-1.7 47-12.3 67.7-6.6 13.1-15.7 25-26.6 34.8-.7.8-1.8.6-2.8.7-8.5 0-17.1.1-25.6.1 15.6-9.2 28.9-22.3 37.9-38 11.4-19.7 16.1-43.1 12.9-65.6-.4-2.1-.5-4.3.7-6z'/%3e%3cpath class='st0' d='M188.8 86c.8-5.1 1.2-10.2 2.2-15.2 3 21.7 5.9 43.4 8.9 65.1 7.5-9.4 14.9-18.8 22.4-28.2-1 12.4-2.2 24.8-3.3 37.2 13.8-8.9 27.5-17.8 41.4-26.7-8.9 13.8-17.8 27.5-26.7 41.3 13-1.5 26-3.1 39-4.6-10.4 7.7-21 15.3-31.3 23.1 15 3.2 30 6.2 45 9.5-15.4 3.9-31 7.3-46.4 11.1 10.5 7.6 21 15.1 31.4 22.8-13.5-1.5-27-3.1-40.6-4.5 8.9 13.4 18.2 26.5 27 39.9-13.1-8-26.1-16.2-39.1-24.4-5.8-3.2-13.8-1.1-17.5 4.3-1.3 1.8-2 3.9-2.2 6-2.6 19.3-5.3 38.6-7.9 57.8-2.9-19.6-5.3-39.4-8.1-59-1.5-8.4-12.1-13.3-19.6-9.2-13.1 8.2-26.1 16.5-39.3 24.5l27.3-39.9c-13.6 1.5-27.2 3.1-40.8 4.5l31.5-22.8c-15.5-3.7-30.9-7.3-46.4-11 14.9-3.5 30-6.3 45-9.7-10.3-7.7-20.7-15.2-31-23 12.9 1.4 25.8 3 38.8 4.5-8.8-13.7-17.8-27.4-26.5-41.2 13.8 8.7 27.3 17.7 41 26.5-1.1-12.4-2.3-24.7-3.3-37 7.6 9.3 14.9 18.8 22.4 28.1 2.2-16.6 4.5-33.2 6.7-49.8z'/%3e%3c/svg%3e");
}
#about #main .logos li:nth-child(2) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 832.3 138.1' xml:space='preserve' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st0%7bfill:%23fff%7d %3c/style%3e%3cpath class='st0' d='M762.7 40.6c-8.3-1.7-15.9-.5-21.8 6.3-.7.8-1.5 1.3-2.5.8-1.1-.5-1.4-1.5-1.4-2.6V30.4c0-5.1 0-5-5.1-5.1-2 0-2.6.4-2.6 2.5.1 10.1.1 20.2.1 30.3v30.6c0 .8-.4 2.3.4 2.4 2.2.3 4.5.5 6.6.1 1.4-.3.5-2.2.6-3.3.1-1.2 0-2.4 1.4-2.9 1.3-.5 2.2.2 2.9 1.2 2 2.6 4.8 4.1 7.8 5.2 13.5 4.8 29.2-3.4 33-17.2 4.1-15.5-4.5-30.6-19.4-33.6zm-7 45.1c-10.7 0-18.7-8.2-18.8-19.2-.1-11.1 8.1-19.5 18.8-19.5 10.8 0 18.8 8.2 18.8 19.4.1 11.1-7.9 19.3-18.8 19.3zM713 41.6c-2.2-.3-4.5-.5-6.6-.1-1.5.3-.6 2.1-.7 3.3-.1 1.3 0 2.6-1.5 3.1-1.3.4-2.1-.6-2.8-1.5-2.4-3.1-5.7-4.8-9.4-5.7-10.6-2.5-21.4 2-27.6 11.3-6.4 9.6-6.1 21.5.8 30.7 8.9 12 25.9 13.5 36.6 3.2.8-.8 1.7-1.3 2.8-.8 1.1.4 1.1 1.4 1.2 2.4.2 4 .2 4 4.2 4h.9c2.2.4 2.7-.6 2.7-2.7-.1-7.4 0-14.8 0-22.2V44.1c-.2-1 .1-2.4-.6-2.5zm-25.9 44.1c-10.5 0-19.2-8.8-19.1-19.5.1-10.6 8.8-19.3 19.3-19.3 10.4 0 19 8.9 18.9 19.6-.1 10.6-8.7 19.2-19.1 19.2zM526 41.1c-10.7-3.1-20.4-.4-27.9 7.9-7.3 8.2-8.6 17.9-4.3 28 7.2 16.7 29.3 21 44 8.6 4-3.3 3.9-3.2-.4-5.8-1.6-1-2.6-.9-3.8.5-1.6 1.8-3.6 3.1-5.8 4.2-11.2 5.3-24.9-.9-26.9-12.3-.6-3.1 0-3.8 3.2-3.8h36.2c5.5 0 5.7 0 4.7-5.5-1.9-11.1-8.1-18.7-19-21.8zm7 21.6h-28.9c-3.4 0-4-.8-3-3.9 2.4-7.9 9.2-12.6 17.7-12.4 7.8.2 15 5.9 16.9 13.4.4 2.2-.7 2.9-2.7 2.9zM587.9 65.2c-2.2-.7-4.5-1.1-6.7-1.6-4.3-1-8.8-1.2-13-2.9-5.5-2.2-6.5-8.4-1.9-12.3 1.2-1 2.6-1.7 4.1-2.1 5.7-1.6 11.3-.8 16 2.5 2.9 2 4.1 1 5.8-1.2 1.1-1.4 1.2-2-.5-3-6.1-3.5-12.6-5.3-19.7-4.6-5.3.6-10.1 2.4-13.5 6.9-5.5 7.3-3.2 15.8 5.2 19.3 3 1.3 6.2 2 9.5 2.6 3.4.7 6.9 1 10.1 2.2 2.9 1.1 4.9 3 5.3 6.3.3 3.3-1.3 5.5-3.9 7.2-1.7 1.2-3.6 1.9-5.6 2.2-6.1.9-11.4-.8-16.5-4.1-4-2.6-4-2.5-7.4 1-1.2 1.2-.9 1.7.3 2.5 5.9 4.1 12.4 6.5 19.7 6.3 1.3 0 2.5.1 3.8 0 7.4-.9 13.6-3.7 16.4-11.3 2.9-7.3-.1-13.4-7.5-15.9zM823.5 65.1c-2.1-.6-4.3-1-6.5-1.5-4.1-.9-8.2-1.5-12.2-2.5-2.9-.8-5.2-2.6-5.6-5.9-.4-3.5 1.3-5.9 4.1-7.6.9-.5 1.9-1 2.9-1.2 6.1-1.7 11.7-.3 16.8 3.1 1.9 1.3 3 1 4-.8.3-.5.7-.9 1.1-1.3 1.1-1 .9-1.6-.4-2.4-6.4-3.9-13.3-5.7-20.7-4.7-5 .6-9.5 2.5-12.7 6.7-5.6 7.4-3.3 16 5.3 19.5 3 1.2 6.1 1.9 9.2 2.5 3.5.7 7.1 1 10.4 2.3 2.8 1.1 4.7 3 5.1 6.1.4 3.3-1.2 5.5-3.7 7.3-1.8 1.2-3.7 1.9-5.9 2.3-6.1.9-11.4-.9-16.4-4.1-3.8-2.5-3.8-2.5-6.9.8l-.4.4c-1.3.9-.8 1.6.3 2.3 5.9 4.1 12.4 6.6 19.7 6.3 1.3 0 2.5.1 3.8 0 7.1-.8 13.4-3.3 16.1-10.4 3-8 1.1-14.6-7.4-17.2zM624.2 84.8c-5.6-2.6-7.7-7.1-7.7-13V55.9c0-8.1-.9-7.7 7.3-7.6h.6c1.2.1 1.4-.5 1.4-1.6.4-5.4.5-5.4-5.1-5.5h-1.2c-2.3.2-3.1-1-3.1-3.1.1-2.8 0-5.6 0-8.4 0-5.3 0-5.2-5.2-3.9-2 .5-2.7 1.3-2.5 3.3.2 2.9-.1 5.8.1 8.6.2 2.7-1 3.8-3.5 3.4-2.8-.5-3.3.8-3.1 3.2.2 2-.7 4.5 3 3.9 2.7-.5 3.8.8 3.6 3.6-.2 3.6 0 7.3 0 11 0 3.8-.1 7.7 0 11.5s1 7.4 3.7 10.3c2.8 3 6.4 4.9 10 6.7.3.2.9.3 1 .2 1-1.6 2.3-3.2 2.9-4.9.5-1.1-1.3-1.4-2.2-1.8zM481.8 84.9c-6-2.6-8.2-7.4-8-13.7.1-5.8 0-11.5 0-17.3 0-5.7 0-5.8 5.7-5.6 2.7.1 3.8-.4 3.7-3.5 0-3.1-1-4.1-3.9-3.6-.7.1-1.4 0-2 0-2.6.3-3.7-.7-3.6-3.4.2-4.3 0-8.6 0-13.3-2.1.6-3.9 1.2-5.8 1.5-1.6.3-2 1.1-1.9 2.6.1 3-.1 6 .1 8.9.1 2.7-.8 4.1-3.6 3.7-2.7-.4-3.4.7-3.1 3.2.2 2-.7 4.3 3 3.9 3.3-.3 3.7.3 3.7 3.8v22.8c0 5.2 2.1 9.3 6.4 12.3 1.9 1.3 4 2.3 5.9 3.6 3.3 2.3 3.3-1 4.5-2.4 1.6-1.8.7-2.7-1.1-3.5zM653.9 85.2c-6.8-2.7-8.8-8.1-8.6-15 .2-13.3.1-26.5.1-39.8 0-5.1 0-5-5.2-5.1-2.1 0-2.5.6-2.5 2.6.1 7.9 0 15.8 0 23.7 0 6.8.3 13.7-.1 20.5-.5 8.6 3.3 14.3 10.8 18 4 2.1 3.9 2.1 6.2-1.8.9-1.5 1.1-2.4-.7-3.1zM274.7 65c-.6-26.6-20.1-43.2-45.8-39.4-10.4 1.5-18.8 6.4-23.3 16.3-.8 1.7-1.5 3.2-3.6 3.1-2 0-2.7-1.5-3.4-3.1-2.3-5.4-6.3-9.4-11.3-12.3-13-7.4-31.1-6.1-42.8 3.2-10 7.9-14.4 18.6-14.8 30.9-.4 11.2-.1 22.5-.1 33.7h-.1c0 11.3.1 22.6-.1 33.8v3.6h18.5v-3.6c-.1-20.8-.1-41.7-.1-62.5 0-1.8.1-3.7.2-5.5 1-10.5 9.1-19 18.9-19.9 12.2-1.1 21.1 4.6 24.4 15.7 1.4 4.5 1.5 9.1 1.5 13.7v62.2h18.5v-3-.1c-.1-20 0-40-.1-60 0-3.8.3-7.5 1.1-11.2 2.6-11.1 10.4-17.3 21.7-17.5 10.5-.1 18.7 6.3 21.4 16.7.7 2.6.9 5.3.9 8 0 21.1 0 42.2-.1 63.4v3.6h18.5v-2.2c.1-22.4.5-45 0-67.6zM436.8 65c-.6-26.6-20.1-43.2-45.8-39.4-10.4 1.5-18.8 6.4-23.3 16.3-.8 1.7-1.5 3.2-3.6 3.1-2 0-2.7-1.5-3.4-3.1-2.3-5.4-6.3-9.4-11.3-12.3-13-7.4-31.1-6.1-42.8 3.2-10 7.9-14.4 18.6-14.8 30.9-.4 11.2-.1 22.5-.1 33.7h-.1c0 11.3.1 22.6-.1 33.8v3.6H310v-3.6c-.1-20.8-.1-41.7-.1-62.5 0-1.8.1-3.7.2-5.5 1-10.5 9.1-19 18.9-19.9 12.2-1.1 21.1 4.6 24.4 15.7 1.4 4.5 1.5 9.1 1.5 13.7v62.2h18.5v-3-.1c-.1-20 0-40-.1-60 0-3.8.3-7.5 1.1-11.2 2.6-11.1 10.4-17.3 21.7-17.5 10.5-.1 18.7 6.3 21.4 16.7.7 2.6.9 5.3.9 8 0 21.1 0 42.2-.1 63.4v3.6h18.5v-2.2c.2-22.4.5-45 0-67.6zM114.5 75.7C111.8 42.3 80.8 19.2 48 26.2c-9 1.9-17.3 5.6-23.1 13.2-1.2 1.6-2.4 2.9-4.5 2.1-2.2-.7-2.2-2.6-2.2-4.5 0-11.1 0-22.3.1-33.4V0H0v3.6C.1 24.8.1 46 .1 67.2V134.9h18.2v-10.1c0-1.6.4-3 2-3.5 1.7-.5 3.2-.1 4.3 1.5 3 4.5 7.3 7.7 12.2 9.9 17.3 7.9 34.5 6.8 50.7-2.6 20.8-12 28.8-31 27-54.4zm-50.9 44.8c-21.2 4.2-41.9-10.6-44.8-32-2-14.8 1.5-27.8 13.1-37.8 22-18.9 56.8-6.6 62.2 21.8.6 2.9.7 5.9.9 8.9.1 19.8-12.5 35.4-31.4 39.1z'/%3e%3c/svg%3e");
}
#about #main .logos li:nth-child(3) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 723.2 245.7' xml:space='preserve' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st0%7bfill:%23fff%7d %3c/style%3e%3cpath class='st0' d='M0 2.6c.1 0 .3 0 .3-.1.1-.2.2-.4.2-.5C.7.9 1.4.4 2.4.2 3.1.1 3.9 0 4.6 0h227.6c1.1 0 2.2-.1 3.4 0 2 .3 2.7.9 2.7 2.9V241c-.2 1.5-.9 2.2-2.4 2.4-.4.1-.9 0-1.3 0H4.7c-.6 0-1.3 0-1.9-.1-1.1-.1-2-.6-2.2-1.8 0-.1-.1-.3-.2-.3-.1-.1-.2 0-.3.1v-17.8c.4-.4.2-1 .2-1.4 0-6.2.1-12.4.1-18.6 0-9.3.1-18.6.1-28v-23.9c0-29 .1-58.1-.1-87.1-.1-9.4 0-18.8-.1-28.2V23.9c0-.4.1-.9-.2-1.3C0 16 0 9.3 0 2.6zM74.6 239c3.3.2 6.9-.2 10.5-.3 1.8 0 3.6-.2 5.3-.5 4.3-.8 7.9-2.7 11-5.8 1.8-1.8 3.3-3.9 4.5-6.1 1.7-3.1 3-6.4 4.1-9.8 2.4-7.2 4.8-14.4 7.5-21.4 2.4-6.4 5-12.6 7.9-18.8 2-4.2 4-8.4 6.2-12.5 3.3-6.4 6.8-12.7 10.4-18.9 3.9-6.7 8-13.3 12.2-19.8 5-7.6 10.1-15.1 15.4-22.5 3.6-5.1 7.3-10.1 11.1-15 3-3.9 5.9-7.8 8.9-11.6 2.5-3.2 5.1-6.4 7.7-9.7 2-2.5 4.1-5 6.1-7.5l6.3-7.5c1.7-2 3.4-4 5-5.9 2-2.3 4-4.7 6-7 1.5-1.8 3.1-3.5 4.6-5.2 1.7-1.9 3.4-3.9 5.2-5.8 1.3-1.4 2.4-3 3.2-4.8.9-2.1 1.4-4.3 1-6.7-.2-1.4-.6-2.7-1.4-3.9-1.6-2.4-3.9-3.9-6.7-4.7-1.7-.4-3.5-.7-5.3-.9-2.1-.2-4.3-.3-6.4 0l-4.8.6-4.8.6c-2.2.4-4.4.5-6.7.7-2.2.1-4.5.4-6.6.8-5.2 1-10 3-14.4 6-3.8 2.5-7.1 5.6-10 9.1-2.4 2.8-4.8 5.7-7.1 8.6-2.6 3.2-5.1 6.4-7.6 9.7-3.9 5.1-7.7 10.3-11.5 15.6-4.9 6.8-9.7 13.6-14.5 20.6-2.9 4.2-5.8 8.5-8.6 12.8-2.3 3.4-4.5 6.9-6.7 10.4-4.5 7-8.9 14.2-13.1 21.4-3.1 5.3-6.2 10.6-9.1 16-2.5 4.5-4.9 9.1-7.2 13.7-1.3 2.6-2.5 5.2-3.8 7.9-.6 1.3-1.2 2.5-1.8 3.8-.3.6-.4.6-.8 0-1.8-2.6-3.9-4.9-6.1-7.2-2.4-2.5-4.9-5-7.5-7.3-2-1.8-4.1-3.5-6.3-5-3.6-2.5-7.4-4.5-11.6-5.9-3.4-1.1-6.8-1.8-10.4-1.3-2.2.3-4.4.8-6.4 1.8-2.2 1.1-4.1 2.4-5.8 4.1-3.6 3.6-6.9 7.5-9.8 11.7C9.3 159.2 7 163 5.1 167c-.5 1.1-.9 2.2-1.2 3.4-.4 1.8-.2 3.5.6 5.1.8 1.5 1.9 2.8 3.2 3.9 1.3 1.1 2.5 2.2 3.7 3.3 2 1.9 3.6 4.2 5.4 6.3 1.8 2.2 3.6 4.4 5.4 6.5 1.8 2.2 3.6 4.4 5.4 6.7 1.9 2.4 3.8 4.8 5.8 7.2 1.9 2.3 3.8 4.7 5.7 7 2.8 3.6 5.3 7.3 7.2 11.4.4.9.9 1.7 1.4 2.5.9 1.4 2 2.7 3.3 3.8 2.3 1.9 5 3.1 7.9 3.7 1.5.3 3 .5 4.5.6 2 .2 4.1.4 6.2.5 1.6.1 3.2.1 5 .1zM274.9 245.7c0-.2-.2-.3-.3-.3-1.5-.3-2.9-.6-4.3-1.2-6.6-2.5-11.4-7-14.4-13.3-1.8-3.9-3.1-7.9-3.8-12.1-1-5.6-1.2-11.3-.9-17 .2-3.2.4-6.4.9-9.6.8-5.4 2.4-10.7 5.1-15.5 3.2-5.7 7.8-9.7 14-11.7 5.1-1.7 10.3-1.6 15.5 0 2.3.7 4.3 2 6.1 3.5 4.8 4.1 7.9 9.2 9 15.5.3 1.7.4 3.5.2 5.2-.2 1.2-.5 1.6-1.8 1.7l-10.2.6c-1.1.1-2.1.2-3.2.2-1.6.1-2.5-.1-2.5-2.4 0-1.1 0-2.2-.1-3.2-.1-2-.5-4-1.4-5.9-.2-.4-.3-.7-.5-1.1-1.3-2.5-3.5-2.8-5.8-1.9-1.1.4-1.9 1.3-2.6 2.3-1 1.6-1.6 3.4-2.1 5.2-.5 2-.6 4.1-.8 6.1-.3 4-.5 8-.7 12.1-.1 1.7-.1 3.5 0 5.2.1 2.5.2 4.9.4 7.4.3 3.4.9 6.7 1.9 9.9.4 1.3.9 2.5 1.6 3.7.4.7.9 1.4 1.4 2 1.9 2 4.6 1.9 6.5-.2.5-.5.8-1.2 1-1.9.3-.9.5-1.8.8-2.7.6-2.2 1-4.5 1.3-6.7.1-.6.3-1.2.5-1.8.3-.7.9-1.2 1.7-1.4.7-.2 1.4-.2 2.1-.2 2.4.1 4.7.2 7.1.3 1.1.1 2.1.1 3.2.2.5 0 1.1.1 1.6.2 1.1.2 1.5.7 1.4 1.9 0 .6-.1 1.2-.2 1.7-.4 3.2-1.1 6.4-2.1 9.4-1.2 3.4-2.9 6.4-5.4 9-3.5 3.5-7.6 5.7-12.5 6.5-.2 0-.4 0-.6.2-2.5.1-4.8.1-7.1.1zM723.2 236.3c-.1 0-.2.1-.2.3-.1 1.7-1 3-2.2 4.2-2.8 2.8-7.4 3.3-10.6 1.2-2.7-1.8-3.8-4.4-3.7-7.6 0-1.5.5-3 1.3-4.3 1.4-2.2 3.5-3.4 6.1-3.7 2.1-.2 4.1.2 5.9 1.5 1.7 1.2 3 2.8 3.3 5 0 .2.1.2.3.2-.2 1.1-.2 2.1-.2 3.2zm-1.3-1.5c.1-3.4-2.6-7.3-7.2-7.3-3.9 0-7.3 3.4-7.3 7.3 0 4.4 3.9 7.3 7.3 7.2 4.1 0 7.3-3.3 7.2-7.2zM397.5 29.5c.5-.3.9-.5 1.3-.8 1.9-1.2 3.9-2.3 5.9-3.1 2.7-1.2 5.5-1.8 8.5-1.9 4.4-.1 8.2 1.3 11.1 4.7.3.3.5.6.8.9.8.7 1.3.7 2.2.2.4-.2.7-.5 1.1-.8 2.9-2.3 6.1-3.9 9.7-4.6 2.8-.6 5.7-.7 8.5 0 5.4 1.2 8.8 4.6 10.3 9.9.5 1.8.7 3.7.8 5.6.1 3.9.1 7.7.1 11.6v27.2c0 .4 0 .9-.1 1.3-.1.8-.6 1.3-1.4 1.5-.4.1-.9.1-1.3.1-1.3 0-2.7-.1-4-.1-2.5 0-4.9 0-7.4.1-.6 0-1.2.1-1.7-.1-.7-.2-1.2-.6-1.3-1.3-.1-.6-.2-1.1-.2-1.7 0-3.6.1-7.3.1-10.9v-23c0-.6 0-1.3-.1-1.9 0-.7-.2-1.3-.5-1.9-.8-1.7-2.2-2.6-4.1-2.5-.7 0-1.3.2-2 .4-1.4.6-2.7 1.3-3.9 2.4-1.6 1.5-2.4 3.3-2.5 5.5v2c0 7.6 0 15.1.1 22.7 0 2.2.1 4.3.1 6.5 0 .7 0 1.3-.1 2-.2 1.1-.7 1.7-1.8 1.9-.5.1-1.1.1-1.6 0-3.4-.3-6.9-.2-10.3 0-.6 0-1.2.1-1.7 0-1.2-.1-1.8-.7-1.9-1.9-.1-.7 0-1.3 0-2 0-4 .1-8 .1-12 0-5.3.1-10.6.1-15.9v-6c0-.8 0-1.6-.3-2.4-.4-1.3-1.2-2.2-2.5-2.5-4.7-1.1-9.8 1.6-10.2 7.2V77c0 .8.1 1.6-.1 2.4-.3 1.4-.9 1.9-2.3 2h-1.7c-2.9-.2-5.8-.2-8.7-.1-.8 0-1.5.1-2.3.1-.5 0-.9 0-1.3-.1-.7-.2-1.1-.6-1.2-1.3-.1-.5-.1-1-.1-1.5.1-16.7.1-33.3 0-50v-1.1c.1-1.6.7-2.2 2.2-2.2h1.2c2.3 0 4.6.1 6.9.1 1.2 0 2.4-.1 3.6-.2.7 0 1.3 0 2 .1 1.3.2 2 1 2.1 2.4-.2.4-.2 1-.2 1.9zM604.6 78.5c-.6-.1-1 .2-1.4.4-2.2.8-4.5 1.5-6.9 1.8-6.3.9-11.8-.9-16.4-5.2-3.1-3-5-6.6-6-10.8-.5-2.1-.8-4.2-1-6.4-.4-3.5-.5-7-.3-10.5.3-5.1 1.5-10 3.8-14.6 2.3-4.4 5.7-7.6 10.4-9.3 4.8-1.7 9.6-1.5 14.3.5 1.7.8 3.2.9 4.8-.3.6-.5 1.4-.6 2.2-.6.9 0 1.9 0 2.8.1 1.6.2 3.1.2 4.7.2 1.1 0 2.2 0 3.4.2 1.6.2 2.2.8 2.5 2.3.1.5.1 1 .2 1.5v40.9c0 5.3 0 10.7-.1 16 0 2.8-.5 5.5-1.3 8.2-1.9 5.9-5.9 10-11.8 12-4 1.4-8.2 2.2-12.5 2-4.2-.2-8.1-1.2-11.9-3.1-3.5-1.8-6-4.5-7.7-8-.9-1.8-1.6-3.7-2-5.7 0-.1-.1-.2-.1-.3-.2-1.4.3-2.2 1.7-2.3 1.4-.1 2.8-.2 4.2-.2 3-.2 6-.3 9-.5h.5c.9.1 1.4.5 1.6 1.4.1.3.1.6.1.9.1.8.2 1.5.5 2.2.5 1.6 1.6 2.7 3.1 3.3.8.3 1.6.5 2.5.6 1.4.1 2.6-.3 3.6-1.4.6-.6 1-1.4 1.4-2.1.8-1.8 1.4-3.8 1.7-5.8.4-2.3.5-4.8.4-7.4zm-.2-31.4c0-1.3 0-2.7.1-4 .1-2.1-.7-3.8-2.5-5.1-.9-.6-1.8-1-2.8-1.4-1.5-.6-2.9-.3-4.2.6-.8.6-1.4 1.3-2 2.1-1.4 2-2.3 4.2-2.7 6.5-.8 4.3-.7 8.7.1 13 .4 2.4 1.4 4.5 3 6.4.6.7 1.3 1.4 2.1 1.9 1.3.8 2.7 1 4.1.6.6-.2 1.3-.4 1.9-.7 2.1-1 3.5-2.9 3.2-6-.1-.8-.1-1.6-.2-2.4v-5c0-.4.1-.7-.1-1.1-.2-.5-.2-1.1-.2-1.6.2-1.2.2-2.5.2-3.8zM308.4 49.5v5c0 .9.2 1.9-.2 2.8-.1.2 0 .4 0 .5 0 3.5-.1 7 0 10.5v.8c0 1.5-.4 2.8-1.3 4-.5.7-1 1.3-1.6 1.8-4.9 4.7-10.7 7.7-17.4 8.6-10.1 1.3-18.9-1.6-26.1-8.8-3.1-3-5.3-6.7-6.7-10.8-1.7-5-2.9-10.1-3.4-15.3-1.1-11 .7-21.6 5-31.8.9-2.1 1.9-4.1 3.2-5.9 3.8-5.4 9-8.7 15.5-9.8 6-1 11.9-.3 17.4 2.3 7.3 3.4 11.9 9.2 14.1 16.9.3 1.1.5 2.2.7 3.3.1.3.1.7.1 1.1 0 1-.3 1.4-1.2 1.6-.3.1-.6.1-.9.1-3.4.2-6.9.4-10.3.6-.4 0-.9.1-1.3.1-.7 0-1.3.1-2 .1-1.4 0-1.9-.5-1.9-1.8v-1.1c.1-1.5-.2-2.8-.8-4.2-.7-1.7-1.6-3.2-2.8-4.6-.5-.6-1.1-1.1-1.8-1.5-1.3-.7-2.6-.8-3.9-.2-.8.4-1.5.9-2.2 1.5-1.5 1.4-2.6 3.1-3.6 4.9-1.4 2.6-2.3 5.4-3 8.3-1.1 5.1-1.7 10.3-1.6 15.5.1 5.5.8 10.9 2.4 16.2.4 1.3.9 2.6 1.6 3.9.5 1 1.1 1.8 1.8 2.6 2.1 2.3 4.8 3.4 7.9 3.2 1.8-.1 3.6-.5 5.3-1.2.2-.1.3-.1.5-.2 1.2-.5 1.7-1.4 1.6-2.7-.1-1.3-.1-2.6 0-3.9.1-1.4.1-2.9.1-4.3 0-.7 0-1.4-.1-2.1-.4-1.5-1-2-2.5-2.1-.5 0-1.1.1-1.6.1-.8.1-1.6.1-2.4.2-.4 0-.7 0-1.1-.1-.7-.2-1.1-.6-1.2-1.4v-.5c.2-1.8-.1-3.7-.3-5.5-.1-.9-.1-1.8 0-2.7.3-2 1.6-2.9 3.4-3 1-.1 2.1 0 3.1.1 1.3.2 2.7.3 4 .2h13.2c.4 0 .8.1 1.2.1.7.1 1.1.6 1.2 1.3.1.4.1.9.1 1.3-.1 2-.1 4-.2 6 .1 0 0 0 0 0zM372.2 125V94.9v-4.8c0-.5 0-1 .1-1.5.1-.7.5-1.1 1.2-1.3.6-.2 1.1-.2 1.7-.1 2.6.1 5.2.2 7.8.1 1.3 0 2.5-.1 3.8-.1.5 0 1 0 1.5.1.8.2 1.3.7 1.6 1.5.1.5.2 1 .2 1.5 0 2.3-.1 4.7-.1 7v11.5c0 .3.2.4.4.3l2.1-.9c1.6-.7 3.3-1.5 5-2 5.7-1.8 11.1-1 16 2.4 4.1 2.8 7 6.6 8.8 11.3 1.1 2.9 1.8 5.9 2.2 9 .4 3.4.5 6.8.2 10.2-.4 4.3-1.3 8.5-3.2 12.4-1.5 3.2-3.7 5.9-6.5 8.1-3.4 2.5-7.2 3.8-11.4 3.8-3.6 0-6.9-.8-10.2-2.2-.4-.2-.9-.5-1.3-.7-.3-.2-.5-.3-.8-.4-.6-.2-1-.1-1.4.5-.2.3-.3.6-.4 1-.1.4-.3.5-.7.6-.7.1-1.4.2-2.1.2-3.8.2-7.6.1-11.4 0-.7 0-1.4-.1-2.1-.2-.6-.1-.8-.4-.9-1v-.7-17.9c-.1-6.1-.1-11.8-.1-17.6zm34.9 9.9c0-2.2-.2-4.3-.5-6.3s-.8-3.9-1.7-5.8c-.5-1.1-1.1-2.1-1.9-2.9-1.1-1.1-2.4-1.8-3.9-1.9-2.5-.1-4.8.6-6.8 2-1.2.8-1.8 1.9-2.1 3.3-.1.8-.1 1.5-.1 2.3.2 2.1.1 4.2.1 6.3v4c.1 2.3.2 4.7-.1 7-.1.4 0 .8 0 1.2 0 2.1.9 3.7 2.8 4.7 1.7 1 3.5 1.5 5.5 1.5.6 0 1.2 0 1.9-.2 1.9-.5 3.3-1.7 4.4-3.3.8-1.2 1.2-2.5 1.6-3.8.6-2.7.8-5.5.8-8.1zM680.9 240c-.6.3-1.1.5-1.5.7-2.4 1.2-4.9 2.1-7.6 2.7-6.5 1.4-15.6-.9-20.4-8.4-1.6-2.4-2.7-5.1-3.5-7.8-1.2-4.3-1.9-8.7-1.8-13.1.1-5.4 1.2-10.6 3.5-15.5 1.6-3.5 3.8-6.5 6.8-8.8 4.1-3.1 8.8-4.3 13.9-3.6 3.2.4 6.2 1.5 9 3 .4.2.8.4 1.3.3.3 0 .5-.1.5-.5v-.5c0-4 .1-8 .1-12 0-1.7-.1-3.4-.1-5.1 0-.6 0-1.2.1-1.7.2-1.4.9-1.9 2.2-2.1.4 0 .8-.1 1.2 0 3.7.2 7.3.1 11 0h1.3c.9.1 1.5.5 1.7 1.5.1.5.1 1 .1 1.5V240c0 .4 0 .9-.1 1.3-.2.8-.7 1.2-1.5 1.4-.4.1-.7.1-1.1.1-4.1-.1-8.2-.1-12.2 0-2.1 0-2.6-.5-2.9-2.8zm.1-24.9v-8.7c0-.9-.1-1.8-.3-2.7-.5-2.1-1.7-3.5-3.7-4.3-1.5-.6-3-.8-4.6-.8-2.2 0-3.9.9-5.2 2.7-.6.8-1.1 1.8-1.4 2.7-1.2 3.1-1.9 6.3-2 9.5-.1 2.1 0 4.2.3 6.3.3 1.8.6 3.6 1.3 5.3.5 1.3 1.1 2.4 2 3.4 1.1 1.3 2.6 2.1 4.3 2.3 2.3.2 4.4-.3 6.5-1.4 1.3-.7 2.2-1.8 2.5-3.3.2-.9.3-1.8.3-2.7v-8.3zM510.6 52.5v-25c0-.6 0-1.3.1-1.9.2-.9.6-1.3 1.5-1.5.3-.1.6 0 .9-.1 4.1-.1 8.2-.1 12.2-.2.7 0 1.3 0 2 .1.8.2 1.1.6 1.2 1.4 0 .5 0 1.1-.1 1.6 0 .4-.1.9.2 1.3.1.2.2.3.4.1.3-.2.5-.4.7-.6 3.2-2.6 6.9-4.3 11.1-4.8 2.4-.3 4.8-.3 7.2 0 1.5.2 2.9.4 4.3 1 4.1 1.6 6.9 4.4 8.2 8.6.3 1.1.4 2.3.5 3.4.1 5.6.2 11.3.2 16.9v24.7c0 .5 0 1-.1 1.5-.2.6-.6.9-1.2 1-.4 0-.7.1-1.1.1-4.1-.1-8.2-.1-12.2 0-.4 0-.7 0-1.1-.1-.8-.1-1.3-.6-1.5-1.5-.1-.5-.1-1.1-.1-1.6V64.8 45.3c0-1.2-.1-2.4-.2-3.6-.1-.6-.3-1.2-.5-1.8-.5-1.4-1.6-2.3-3-2.6-2.8-.6-5.5-.2-7.9 1.3-2.7 1.6-4.1 4.1-4.1 7.2v26.5c0 1.4.1 2.9.1 4.3 0 .7 0 1.3-.2 2-.3 1.2-1 1.9-2.2 2-.5.1-1 .1-1.5.1-3.7-.2-7.3-.1-11-.1h-1.3c-.8-.1-1.3-.5-1.5-1.3-.1-.4-.1-.9-.1-1.3V63.7c.1-3.6.1-7.4.1-11.2zM621.5 219.1h-13.7c-.4 0-.9 0-1.3.1-.8.2-1.1.5-1.1 1.3v1.5c.2 1.9.5 3.7 1.1 5.5.4 1.2 1 2.4 1.7 3.5 1.6 2.3 4.3 3 6.6 2.3 1.6-.5 2.8-1.5 3.6-3l.6-1.2c.9-1.9 2.4-2.9 4.5-2.9.6 0 1.3 0 1.9.1 3 .3 5.9.3 8.9.2h1.6c.3 0 .5 0 .8.1 1.1.2 1.5.8 1.2 1.8 0 .1-.1.3-.1.4-3.7 8.4-9.8 13.6-19 15-4.4.7-8.8.5-13.2-.6-6.2-1.5-10.9-5.1-14.1-10.6-1.8-3.2-3-6.6-3.8-10.2-.8-3.5-1-7-.8-10.6.3-4 1.1-8 2.6-11.8 2.9-7.3 8.1-11.9 15.8-13.6 5.1-1.2 10.3-1.1 15.4.3 6.9 1.8 11.7 6.2 14.5 12.7 1.2 2.9 2 5.9 2.4 8.9.4 2.5.7 5 .6 7.5 0 .4 0 .9-.1 1.3-.2 1-.7 1.6-1.8 1.7h-.9c-4.6.4-9.2.4-13.9.3 0 .1 0 .1 0 0zm-8.3-9.5h1.9c1.1-.1 2.2-.1 3.3-.5 1.1-.4 1.6-1.1 1.5-2.2 0-.4-.1-.7-.1-1.1-.4-1.8-1-3.4-1.7-5.1-.4-.9-1-1.8-1.8-2.5-1.2-1-2.6-1.4-4.1-1.1-1.1.2-2 .8-2.8 1.5-1.4 1.3-2.5 2.9-3.4 4.6-.4.9-.8 1.8-1 2.8-.1.8-.2 1.5.1 2.3.3 1 .9 1.5 2 1.4.4 0 .7-.1 1.1-.1.8-.1 1.5-.4 2.3-.2.8.3 1.8.2 2.7.2zM346.3 219.9h-15c-.9.1-1.3.6-1.4 1.5v.4c.2 2 .5 4.1 1.1 6.1.4 1.5 1.1 2.8 2 4.1 1.6 2.1 3.9 2.9 6.4 2.2 1.8-.5 3-1.5 3.8-3.1.2-.4.4-.9.6-1.3.9-1.7 2.2-2.6 4.1-2.6h1.9c3.4.3 6.8.3 10.2.3.5 0 1.1 0 1.6.2.7.2 1 .7.9 1.4-.1.6-.3 1.1-.6 1.6-1.9 4.4-5 7.8-9.1 10.3-3.3 2.1-7 3.4-10.9 3.9-5.1.6-10 0-14.8-1.9-4.8-1.9-8.5-5.1-11.1-9.6-1.9-3.2-3.1-6.8-3.7-10.4-.6-3-.8-6-.8-9.1.1-4.8.9-9.4 2.9-13.7 3-6.5 7.8-10.7 14.7-12.5 3-.8 6.1-1.3 9.2-1.2 4.3.1 8.3 1.1 12.1 3.2 4.7 2.8 8 6.9 10 11.9 1.3 3.2 2 6.6 2.2 10.1.1 1.9.1 3.8.2 5.6 0 .5 0 1-.1 1.5s-.5.9-1 .9h-1.1c-4.8.2-9.5.2-14.3.2zm-5.1-9.3h1.2c1 0 1.6-.5 1.8-1.5.2-.9.4-1.7.2-2.7-.4-2.5-1.4-4.6-2.9-6.6-1.7-2.3-4.4-2.6-6.8-1.1-.4.3-.8.6-1.1.9-.8.7-1.4 1.6-1.9 2.6-.8 1.6-1.4 3.2-1.9 4.9l-.3 1.2c-.1.9.2 1.4 1 1.6.3.1.7.2 1 .2 1.9.1 3.8.2 5.8.1.6 0 1.2 0 1.7.1.8.2 1.4.2 2.2.3zM365.9 55.7V71c0 1.6.2 3.2.3 4.8 0 .6.3 1.1.6 1.6.2.4.5.9.6 1.3.4 1.1-.2 2.1-1.3 2.3-.5.1-1.1.1-1.6.1-4-.3-8 0-12-.1h-.5c-.4 0-.8-.1-1-.5-.2-.3-.5-.6-.8-.9-.7-.6-1.5-.8-2.4-.4-.5.2-1 .4-1.4.7-3.4 2.2-7.1 2.8-11.1 2.4-2.5-.2-4.8-.9-7.1-2-5-2.4-7.7-6.4-8.4-11.8-.8-6.3 1.5-11.4 6.1-15.6 2.5-2.3 5.5-3.8 8.7-5 3.2-1.2 6.6-1.9 10-2.4l2.1-.3c.3 0 .6-.1.9-.2.8-.3 1.2-.8 1.1-1.6 0-.8-.1-1.5-.2-2.3-.2-1.1-.4-2.1-.7-3.1-.1-.4-.3-.8-.4-1.1-1.1-2.8-5.1-2.8-6.5-.6-.6.8-.9 1.7-1.2 2.7-.1.5-.2 1-.4 1.4-.3 1-.9 1.4-2 1.5-.8 0-1.7 0-2.6-.1-3.4-.1-6.9-.3-10.3-.4-.4 0-.9 0-1.3-.1-.9-.2-1.2-.7-1.2-1.5 0-.6.2-1.1.5-1.7 2.6-6.6 7.3-11 14.1-12.9 4.7-1.3 9.5-1.7 14.4-.8 1.9.3 3.7.9 5.3 1.7 4.7 2.4 7.7 6.2 9 11.3.4 1.7.6 3.4.6 5.2.1 4.6.1 9.1.1 13.1zm-17.3 5.4v-5.5c0-.4-.2-.6-.6-.5-2.3.5-4.4 1.4-6.4 2.8-1.4 1-2.6 2.3-3.5 3.9-1 1.8-1.4 3.8-1 5.8.3 1.7 1.3 2.6 2.9 2.8 1.1.2 2.2.1 3.3-.1 1.4-.3 2.8-.8 3.9-1.7.8-.7 1.3-1.5 1.2-2.5.2-1.7.2-3.4.2-5zM357.5 138.8v14.5c0 2 .2 3.9.6 5.9.2.7.3 1.5.3 2.3.1 1-.3 1.4-1.2 1.6-.6.2-1.2.1-1.9.1H343.2c-.4 0-.7-.1-.9-.5-.1-.2-.3-.5-.5-.7-.7-.9-1.5-1-2.5-.6-.4.2-.8.4-1.2.7-3.6 2.3-7.5 2.9-11.6 2.5-2.2-.2-4.3-.8-6.3-1.7-1-.5-2-1-2.9-1.7-2.7-1.9-4.4-4.4-5.2-7.6-1.6-5.8-.8-11.1 2.9-15.9 1.4-1.8 3.1-3.2 5-4.4 3.6-2.2 7.5-3.7 11.5-4.6 2.1-.5 4.3-.9 6.5-1.1.5-.1 1.1-.2 1.6-.3.6-.2.9-.6.9-1.2v-.7c-.3-1.5-.5-3.1-.8-4.6-.1-.7-.4-1.5-.8-2.1-.9-1.3-2.1-1.8-3.6-1.6-1.6.2-2.6 1.1-3.1 2.6-.1.4-.2.9-.3 1.3-.6 1.7-1.7 2.7-3.4 3-.9.1-1.8.2-2.7.1-2.1-.2-4.2-.2-6.3-.2-1.3 0-2.7 0-4-.2-.2 0-.4 0-.7-.1-.9-.2-1.3-.7-1.1-1.7.1-.4.2-.7.3-1 2.6-7.2 7.5-11.8 15-13.6 2.9-.7 5.9-1 8.9-1s6 .3 8.8 1.6c5.3 2.4 8.9 6.3 10.4 12.1.3 1.2.4 2.4.4 3.6v15.2zm-17 4.7v-4.4-.9c-.1-.6-.3-.8-.9-.8-.5 0-1 .1-1.4.2-2.1.6-3.9 1.8-5.5 3.3-1.1 1-2.1 2.2-2.8 3.6-.9 1.7-1.2 3.5-1 5.5.2 1.6 1.3 2.6 2.9 2.8.4 0 .7.1 1.1 0 2-.1 3.9-.6 5.7-1.3.1 0 .2-.1.4-.2.6-.3 1-.8 1.2-1.5.2-.6.2-1.2.2-1.9.1-1.5.1-3 .1-4.4zM254.9 123.7v-22.3c0-4.2-.1-8.3-.1-12.5 0-.8 0-1.5.2-2.3.2-1 .9-1.6 1.9-1.9.8-.2 1.7-.1 2.5-.1 2.4.2 4.8.2 7.3.1.9 0 1.8-.1 2.7-.2h1.5c1.3.2 2 .8 2.2 2.2.1.5.1 1 .1 1.5 0 17.3-.1 34.6-.1 51.9v5.6c0 .6 0 1.3.1 1.9.2 1.3.9 1.9 2.2 2 .4.1.9.1 1.3.1 4.4-.1 8.9-.1 13.3-.1h8.5c.6 0 1.2 0 1.7.1 1.4.2 2.1.8 2.3 2.2 0 .4.1.7 0 1.1-.3 2.1-.2 4.2-.1 6.3v1.5c-.1.9-.6 1.4-1.4 1.6-.7.2-1.3.2-2 .2-7.5-.1-15-.1-22.5-.1-6 0-11.9.1-17.9.1-.6 0-1.3 0-1.9-.1-1-.2-1.6-.7-1.8-1.7-.1-.6-.1-1.2-.1-1.7 0-8.3.1-16.6.1-24.9v-10.5zM508.9 220.9v-18.7c0-.5 0-1.1-.1-1.6 0-.4-.1-.7-.2-1-.3-.7-.8-1.2-1.6-1.2-.5 0-1 0-1.5.1-.6.1-.9-.1-1.3-.5-.7-.7-1.1-1.5-1.1-2.5 0-.9 0-1.8.2-2.7.2-1.2.2-2.3 0-3.5-.2-1.4.5-2.2 1.9-2.1.4 0 .8.1 1.2.2 1.6.2 2.6-.4 3-2 .2-1 .4-2 .5-3 .3-1.9.7-3.7 1.4-5.4 2.2-5.6 6.3-8.9 12.1-10.1 2.8-.6 5.6-.6 8.4-.4 3.3.3 6.5.8 9.6 1.7.5.1 1 .3 1.5.5.9.5 1.2 1.1 1 2.1-.5 2-1 3.9-1.6 5.8-.1.3-.2.7-.4 1-.6 1.3-1.3 1.7-2.7 1.5-.6-.1-1.1-.2-1.7-.4-.7-.2-1.3-.3-2-.5-1.3-.3-2.6-.3-3.9 0-2.7.7-4.3 2.5-5 5.2-.3 1-.4 1.9-.2 2.9s.5 1.4 1.6 1.4c1.3 0 2.7 0 4 .1.8 0 1.6.1 2.4.3 1.2.2 1.9.9 2.1 2.1.1.6.2 1.2.2 1.9v3.6c0 2.4-1.1 2.9-2.9 2.9-1.2 0-2.3.1-3.5.2-.4 0-.9.1-1.3.2-1.1.2-1.8.9-2 2-.1.5-.2 1-.2 1.5 0 .9-.1 1.8-.1 2.7V241c0 .4 0 .8-.1 1.2-.2 1.2-.8 1.7-2 1.9-.5.1-1 0-1.5 0-2.3 0-4.6-.1-6.9-.1-1.5 0-3 .1-4.4.1-.5 0-1 0-1.5-.1-1-.2-1.6-.8-1.8-1.7-.2-.6-.2-1.2-.2-1.9v-9c.6-3.7.6-7.1.6-10.5zM441.8 147.8h5.7c2.1 0 3 .8 3.6 2.4.6 1.8 2 2.6 3.8 2.7 2.7.2 4.1-.8 4.9-3.4.1-.3.2-.6.2-.9.4-2.1-.2-3.8-1.8-5.2-1.3-1-2.6-1.9-4-2.6-1.5-.8-3.1-1.5-4.6-2.2-2-.9-4-1.9-5.8-3.2-2.9-2-5.3-4.6-6.9-7.7-1-1.8-1.6-3.8-1.7-5.9-.1-2.5.4-4.8 1.6-7 1.9-3.5 4.6-6.2 8.2-7.8 7-2.9 14-3 21-.2 2 .8 3.8 2 5.3 3.6 1.6 1.7 2.8 3.7 3.9 5.8.4.7.5 1.4.3 2.2-.1.8-.6 1.4-1.4 1.6-.7.2-1.3.2-2 .1-2.9-.2-5.7 0-8.6.2h-.4c-2 .1-3-.5-3.6-2.5-.1-.2-.1-.4-.2-.6-.5-1.4-1.6-2.2-3-2.2s-2.6.5-3.6 1.4c-1.1 1-1.2 2.2-.8 3.5.3 1.2 1 2.3 1.9 3.2 1.1 1.1 2.4 1.9 3.8 2.4 1.1.4 2.1.7 3.2 1.1 2 .7 4 1.4 5.8 2.4 2 1.1 3.9 2.4 5.5 4 3.8 3.8 5.3 8.5 4.8 13.8-.2 1.6-.4 3.1-.9 4.6-1.2 3.7-3.5 6.4-6.8 8.3-2 1.1-4.2 1.8-6.4 2.3-3.1.7-6.3 1-9.5.9-3-.2-5.9-.7-8.6-1.8-5.2-2.1-8.4-5.9-10.1-11.1-.1-.4-.2-.8-.2-1.2 0-.9.4-1.3 1.2-1.4h1.1c.9 0 1.8.1 2.7.1.6.2 1.5.3 2.4.3zM422.4 221.3v-5.6c0-.2.1-.5 0-.7-.4-.9-.2-1.8-.2-2.7v-7.5c0-.8.1-1.5.1-2.3 0-.7 0-1.3-.1-2-.2-.8-.7-1.3-1.6-1.4-.4-.1-.8 0-1.2 0-.6.1-1.2.1-1.7.1-1.1-.1-1.7-.7-1.9-1.7-.1-.5-.1-1 0-1.5.2-1.5.2-2.9.1-4.4 0-.7-.1-1.3 0-2 .2-1.1.8-1.7 1.9-2 .5-.1 1.1-.1 1.6 0 .4.1.8.1 1.2.1 1 0 1.6-.5 1.8-1.5v-.8-5.1c0-.6 0-1.3-.1-1.9 0-.5 0-1 .1-1.5.2-.9.7-1.4 1.6-1.6.5-.1 1.1-.1 1.6-.1 2.3.1 4.6.2 6.9.2h3.8c.5 0 1.1 0 1.6.1.9.2 1.3.7 1.3 1.6v6.6c0 .7.1 1.3.3 2 .4 1.2 1.2 1.9 2.6 2 1 .1 2 0 2.9-.1.9-.1 1.9-.2 2.8-.2.4 0 .7 0 1.1.1.9.2 1.3.7 1.3 1.6 0 2 0 3.9.1 5.9 0 .3 0 .5-.1.8-.2 1.9-1.1 2.7-2.7 3-.6.1-1.2.2-1.9.2-1.2.1-2.4.1-3.6.2-.3 0-.5 0-.8.1-1.2.1-1.7.6-1.9 1.9 0 .4-.1.7 0 1.1.1 5.3 0 10.6 0 15.9 0 2.6.1 5.3.1 7.9 0 1.1.2 2.2.6 3.3.2.5.4.9.6 1.3 1 1.7 2.5 2.3 4.4 2.2 1.4-.1 2.7-.6 3.9-1.2.5-.2 1-.5 1.5-.6.8-.2 1.3 0 1.7.7.2.3.3.7.4 1 .6 1.9 1.2 3.8 1.7 5.6.2.5.3 1 .4 1.6.2.9-.2 1.6-1 2-.5.3-1 .5-1.5.6-3.4 1-6.9 2-10.5 2.4-3.2.3-6.4 0-9.3-1.3-3.8-1.6-6.3-4.5-7.9-8.2-1-2.3-1.5-4.7-1.7-7.2-.4-2.3-.4-4.4-.3-7zM373.6 216c0-8.1.1-16.2-.1-24.3 0-.7 0-1.3.2-2 .3-.8.8-1.4 1.7-1.6.6-.2 1.2-.2 1.7-.1 3.8.3 7.6.1 11.4.1h.5c1 0 1.7.5 2 1.5.1.3.2.7.4 1 .1.3.4.3.7.2.2-.2.4-.3.6-.5 2.8-2.4 6-3.7 9.7-3.6 1.3 0 2.5.3 3.7.8 1.7.7 2.3 1.7 2 3.5-.6 2.9-.9 5.8-1 8.7 0 .6-.1 1.3-.2 1.9-.1.7-.6.9-1.3.8-.5-.1-.9-.3-1.4-.5-1.1-.5-2.3-.8-3.5-.9-4.3-.2-8 2.6-9.1 6.9-.2.9-.3 1.8-.3 2.7v30.9c0 .4-.1.8-.2 1.2-.2.7-.7 1.2-1.5 1.4-.5.1-1.1.2-1.6.1-3.7-.2-7.4-.3-11.1 0-.5 0-1 0-1.5-.1-.9-.2-1.4-.7-1.7-1.6-.2-.6-.2-1.2-.2-1.9 0-2.7.1-5.5.1-8.2.1-5.6 0-11 0-16.4zM492.8 52.4v26.5c-.1 1.3-.8 1.9-2.1 2.1h-1.2c-3.9-.1-7.8-.1-11.7 0h-1.2c-1.1-.1-1.7-.7-1.9-1.8-.1-.5-.1-1-.1-1.5V35.8v-8.6c0-.5 0-1 .1-1.5.1-1 .7-1.5 1.6-1.7.4-.1.8-.1 1.2 0 4.1.1 8.2.1 12.2 0 .5 0 1 0 1.5.1.8.2 1.4.7 1.5 1.5.1.6.1 1.2.1 1.7v25.1zM468.7 215.2v-25.1-1.5c.1-1.1.7-1.6 1.7-1.7h1.2c4 .1 8 .1 12 0h1.2c1.1.1 1.8.7 1.9 1.9.1.4.1.8.1 1.2v51.7c-.1 1.4-.8 2.1-2.2 2.3h-.9c-4-.2-8-.1-12 0-.5 0-1 0-1.5-.1-.8-.2-1.2-.7-1.4-1.5-.1-.5-.1-1.1-.1-1.6v-19.2c.1-2.3.1-4.3 0-6.4.1 0 .1 0 0 0zM554.3 216v-25.1-1.5c.1-1 .7-1.6 1.7-1.7h1.2c4 .1 8.1.1 12.1 0 .4 0 .9 0 1.3.1.8.1 1.3.6 1.4 1.4.1.6.1 1.2.1 1.7 0 2.7-.1 5.5-.1 8.2v38.4c0 1.3 0 2.7.1 4 0 .5 0 1-.1 1.5-.1.8-.6 1.3-1.4 1.4-.5.1-1 .1-1.5.1-3.9-.2-7.9-.1-11.8-.1-.5 0-1 0-1.5-.1-.9-.1-1.4-.6-1.6-1.6-.1-.5-.1-1-.1-1.5.2-8.3.2-16.7.2-25.2zM477.8 166.2h6.6c.4 0 .9 0 1.3.1.7.2 1.1.6 1.2 1.3v.3c0 2.2.3 4.5.2 6.7 0 .5-.1 1.1-.2 1.6-.3.9-.9 1.4-1.7 1.8-.8.3-1.6.4-2.4.4-3.7.1-7.3.3-11-.1-.5-.1-1.1-.2-1.6-.4-1.1-.4-1.8-1.2-2-2.3-.1-.7-.2-1.3-.1-2 .1-1.7.3-3.5.5-5.2v-.3c.3-1.4.7-1.8 2.2-1.8 2.4-.1 4.7-.1 7-.1zM483.7 3.3h6c.5 0 1.1 0 1.6.1.8.1 1.2.6 1.4 1.3.1.2.1.4.1.7.2 2.1.3 4.1.2 6.2 0 .5-.1 1.1-.2 1.6-.3 1.1-.9 1.7-1.9 2-.7.2-1.5.4-2.2.4-3.2.1-6.4.1-9.7 0-.9 0-1.8-.2-2.6-.4-1.2-.4-1.9-1.2-2.2-2.5-.2-1.1-.2-2.1-.1-3.2.1-1.4.3-2.8.5-4.1 0-.2 0-.4.1-.5.2-.8.7-1.3 1.6-1.4h3c1.3-.2 2.8-.2 4.4-.2zM563.3 179.2h-6.6c-.4 0-.8 0-1.2-.1-1-.2-1.4-.6-1.5-1.6-.1-1.3-.2-2.7-.2-4v-2.3c0-.4 0-.7.1-1.1.2-1.4 1-2.3 2.4-2.6.7-.1 1.4-.3 2.1-.3 3.4-.1 6.9-.2 10.3.2.5.1 1.1.2 1.6.3 1.6.5 2.5 1.6 2.6 3.2.1 1.1.1 2.2 0 3.2-.1 1.2-.3 2.3-.5 3.5-.2 1.1-.6 1.5-1.8 1.6h-7.3z'/%3e%3cpath class='st0' d='M712.1 239.5c-.4-.6-.4-1.3-.5-1.9-.4-2.1-.4-4.2.1-6.2.4-1.6 1.1-2.1 2.8-1.8 1 .2 2 .4 3 .7.7.2 1.3.7 1.6 1.4.3.7.3 1.3-.2 1.9l-.2.2c-1.2 1.2-1.3 2.5-.5 4 .2.4.4.9.6 1.3.1.2 0 .3-.2.4-.8.3-1.4.1-1.8-.6-.4-.6-.7-1.3-1-1.9-.1-.2-.2-.5-.3-.7-.4-.7-1.2-.8-1.9-.5-.3.1-.5.4-.5.7v.8c0 .4 0 .9-.1 1.3s-.4.7-.9.9zm2.6-5.2c.5-.1 1.1-.1 1.6-.3.7-.2 1-.7 1-1.4s-.3-1.1-.9-1.4c-.6-.3-1.3-.3-2-.3-1 0-1.4.5-1.4 1.4 0 .4 0 .9.2 1.3.1.3.4.5.7.6.2 0 .4 0 .8.1z'/%3e%3c/svg%3e");
}
@media (min-width: 992px) {
  #about #main .logos li:nth-child(1) {
    width: calc(38px * 2);
  }
  #about #main .logos li:nth-child(2) {
    width: calc(84px * 2);
  }
  #about #main .logos li:nth-child(3) {
    width: calc(74px * 2);
  }
}
@media (min-width: 992px) {
  .logos li {
    background-size: contain;
  }
}
.logos li a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -999em;
}

.brands {
  display: block;
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.brands.apple {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z' fill='%23fff'/%3e%3c/svg%3e");
}
.brands.android {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M89.6 204.5v115.8c0 15.4-12.1 27.7-27.5 27.7-15.3 0-30.1-12.4-30.1-27.7V204.5c0-15.1 14.8-27.5 30.1-27.5 15.1 0 27.5 12.4 27.5 27.5zm10.8 157c0 16.4 13.2 29.6 29.6 29.6h19.9l.3 61.1c0 36.9 55.2 36.6 55.2 0v-61.1h37.2v61.1c0 36.7 55.5 36.8 55.5 0v-61.1h20.2c16.2 0 29.4-13.2 29.4-29.6V182.1H100.4v179.4zm248-189.1H99.3c0-42.8 25.6-80 63.6-99.4l-19.1-35.3c-2.8-4.9 4.3-8 6.7-3.8l19.4 35.6c34.9-15.5 75-14.7 108.3 0L297.5 34c2.5-4.3 9.5-1.1 6.7 3.8L285.1 73c37.7 19.4 63.3 56.6 63.3 99.4zm-170.7-55.5c0-5.7-4.6-10.5-10.5-10.5-5.7 0-10.2 4.8-10.2 10.5s4.6 10.5 10.2 10.5c5.9 0 10.5-4.8 10.5-10.5zm113.4 0c0-5.7-4.6-10.5-10.2-10.5-5.9 0-10.5 4.8-10.5 10.5s4.6 10.5 10.5 10.5c5.6 0 10.2-4.8 10.2-10.5zm94.8 60.1c-15.1 0-27.5 12.1-27.5 27.5v115.8c0 15.4 12.4 27.7 27.5 27.7 15.4 0 30.1-12.4 30.1-27.7V204.5c0-15.4-14.8-27.5-30.1-27.5z' fill='%23fff'/%3e%3c/svg%3e");
}

.sagaming_name {
  font-weight: bold;
  color: #bf9a5d;
}

/* -------------------------------------------------- 
// globe BG
-------------------------------------------------- */
._globe {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1278 1207.3' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st2%7bfill:%23be9543%7d.st4%7bopacity:.4%7d.st5%7bopacity:.5%7d.st8%7bopacity:.6%7d %3c/style%3e%3cg opacity='.25'%3e%3cg opacity='.3'%3e%3cpath class='st2' d='M727.3 1207.3l-120.4-27.9 318.2-47.2-197.8 75.1zm-105.1-27.4l104.9 24.4 171.2-65.3-276.1 40.9z'/%3e%3cpath class='st2' d='M614.6 1181.1l-.5-2.9 176.1-37.2 121.4-6.9v3l-297 44zm264.7-42.2l-88.7 5-128.8 27.2 217.5-32.2z'/%3e%3cpath class='st2' d='M614.3 1181.6l-91.5-80.7 153.5 25.5-62 55.2zm-81.5-76.1l81.5 72.2 56-49.4-137.5-22.8zM942.7 1057.3l-118.8-4.5 123.4-108.1-4.6 112.6zm-110.9-7.2l108.5 4.2 4.2-102.6-112.7 98.4z'/%3e%3cpath class='st2' d='M939.9 1059.4l4.6-112.5 122.8-14.2-127.4 126.7zm7.4-109.9l-4.2 102.6 116-115.5-111.8 12.9zM1192.2 806.8l-51.1-35.4 68.7-65.7-17.6 101.1zm-46.4-35.8l44.3 30.8 15.3-87.8-59.6 57z'/%3e%3cpath class='st2' d='M1141.4 775.3l25.7-176.4 42.3 111.7-68 64.7zm26.9-165.1l-22.8 157 60.6-57.7-37.8-99.3z'/%3e%3cpath class='st2' d='M1208.9 717.4l-42.8-113.1v-.5l48.3-102.7-5.5 216.3zm-39.7-113l36.8 97.9 4.4-187.3-41.2 89.4z'/%3e%3cpath class='st2' d='M1216 514.5l-73.8-83.2 13.3-97.5 60.5 180.7zm-70.7-84.3l63.4 71.5-52-155.2-11.4 83.7zM1089.1 677l.5-160.8 79.8 88.3-80.3 72.5zm3.6-153l-.7 146.6 73.5-66-72.8-80.6z'/%3e%3cpath class='st2' d='M1169.7 608.9l-80.1-88.7 55.2-93.8 24.9 182.5zm-76.6-89.1l72.4 80.1-22.6-164.8-49.8 84.7z'/%3e%3cpath class='st2' d='M1091 523.3L1035.1 380l110.7 49.9-54.8 93.4zm-50.5-137.7l51.1 131 49.9-85.3-101-45.7z'/%3e%3cpath class='st2' d='M1142.4 431.3l-75.5-163.2 40.3 36.7 38 125.5-2.8 1zm-66.5-151.2l60.6 130.9-31.9-104.6-28.7-26.3zM527.8 1105.4L451 999.7l157 22.5-80.2 83.2zm-70.3-101.8l70.7 97.3 73.8-76.7-144.5-20.6z'/%3e%3cpath class='st2' d='M607.2 1025.1l-156.5-22.5 101-91.5 55.5 114zm-149.7-24.5l144.9 20.7L551 915.9l-93.5 84.7zM367 1064.7L212.4 862.8l105.5 74.1 49.1 127.8zM226.3 876.2l130.6 170.6-41.6-108.1-89-62.5z'/%3e%3cpath class='st2' d='M319 941.3l-101.9-71.6 67.7-66.5L319 941.3zm-97.3-71.9l92.6 65-31-125.4-61.6 60.4z'/%3e%3cpath class='st2' d='M218.8 872l-52.5-121.9 120.5 55.6-68 66.3zm-47-116.4l48.1 111 61.6-59.8-109.7-51.2z'/%3e%3cpath class='st2' d='M286.1 808.7l-119.8-55.3 87.9-80.7 31.9 136zm-114.6-56.1l110.4 50.9-29.4-124.8-81 73.9z'/%3e%3cpath class='st2' d='M167.7 756.1l-13.6-160.2 101.5 79.5-87.9 80.7zM158 602.4L170.5 750l80.9-74.3-93.4-73.3z'/%3e%3cpath class='st2' d='M254.8 678.6l-101.2-79.7 101.2-87.3v167zM158 598.9l93.7 73.4V517.9l-93.7 81z'/%3e%3cpath class='st2' d='M154.2 602.5l9.7-160.7 91.5 72.9-101.2 87.8zm12.2-154.9l-8.8 148.1 93.5-80.9-84.7-67.2z'/%3e%3cpath class='st2' d='M254.3 517.4l-91.5-72.9 118.7-70.2-27.2 143.1zm-86.5-72.6l84.6 67.2 25-132.3-109.6 65.1z'/%3e%3cpath class='st2' d='M162.4 448.1l48.1-126.8 71.6 55.7-119.7 71.1zM211.8 326l-43.7 115.3 108.7-64.6-65-50.7z'/%3e%3cpath class='st2' d='M209.3 326.7l11.8-103.1 98.1 23.1-109.9 80zm14.3-99.8L213 320.4l99.3-72.3-88.7-21.2z'/%3e%3cpath class='st2' d='M316.7 249.5L218.8 226l136.6-93-38.7 116.5zm-90.8-24.9l88.8 21 35-105.6-123.8 84.6z'/%3e%3cpath class='st2' d='M219.2 229.3l43.3-108.1 93.9 14-137.2 94.1zm45.1-104.5l-38.8 96.7 123.1-84.2-84.3-12.5z'/%3e%3cpath class='st2' d='M353.1 138l-94.7-14.1 182.5-85.3-87.8 99.4zm-84.7-15.6l83.2 12.5L429 47.2l-160.6 75.2z'/%3e%3cpath class='st2' d='M313.2 250.1l38.4-115.8L454 187.8l-140.8 62.3zm40.2-111.6l-35.3 106.2 129.1-57.1-93.8-49.1z'/%3e%3cpath class='st2' d='M452.3 190.3l-102.1-53.5 85.7-97.5 16.4 151zM354.8 136l94.3 49.2-15.4-139-78.9 89.8zM553.8 915.6l-149.2-40.8 101.7-97.5 47.5 138.3zm-143.4-42.2L549 911.3l-44-128.7-94.6 90.8z'/%3e%3cpath class='st2' d='M406.7 876.9l-35.2-147.4 136.9 49.9-101.7 97.5zm-31.2-142.7l32.8 137.1 94.6-90.7-127.4-46.4z'/%3e%3cpath class='st2' d='M507.4 782.4l-137-50.4 105.9-77.2 31.1 127.6zm-130.8-50.9l126.9 46.2L474.1 660l-97.5 71.5z'/%3e%3cpath class='st2' d='M372.2 734.6l-12-146.7L478 657.1l-105.8 77.5zm-8.3-141.4L375 729l97.9-71.4-109-64.4z'/%3e%3cpath class='st2' d='M476.9 660.2l-117.8-69.6L476.9 520v140.2zm-112.1-69.6L474.1 655V525.3l-109.3 65.3z'/%3e%3cpath class='st2' d='M360.2 593.3l12-150.3L478 522.9l-117.8 70.4zm14.6-144.7l-11.1 139.3 109.1-65.4-98-73.9z'/%3e%3cpath class='st2' d='M476.3 525.2l-105.8-79.8 137.2-49.9-31.4 129.7zm-99.8-79l97.6 73.9 29.1-119.9-126.7 46z'/%3e%3cpath class='st2' d='M371.6 448l26.7-137.2 110.4 87.6L371.6 448zm28.6-131.9l-25 127.3 127.2-46.1-102.2-81.2z'/%3e%3cpath class='st2' d='M506.4 400.3l-110.3-87.4 155-47.6-44.7 135zm-104.1-86.2l102.6 81.3 41.6-125.6-144.2 44.3z'/%3e%3cpath class='st2' d='M396.7 316.1L450 185.3l101.8 83.2-155.1 47.6zm54.5-125.7l-49.4 120.8 144-44.2-94.6-76.6z'/%3e%3cpath class='st2' d='M549 269.9l-102.1-83.2L601.2 161 549 269.9zm-94.9-81.3l94.2 76.7 48.2-100.4-142.4 23.7z'/%3e%3cpath class='st2' d='M447.3 189.7l77.3-106.5 77.4 81.3-154.7 25.2zm77.6-102.4l-71 98.3L596 162l-71.1-74.7zM409.6 877l-128.2-70.7 92.8-77L409.6 877zm-123-71.2l118.6 65.4-32.6-136.7-86 71.3z'/%3e%3cpath class='st2' d='M282.8 808.7l-31.6-135.8L376 731.1l-93.2 77.6zm-27.7-130.6l29.8 125.3 85.9-71.5-115.7-53.8z'/%3e%3cpath class='st2' d='M375.2 734.3l-124.8-58.2 112.8-88.3 12 146.5zm-119.1-59.1l115.7 54.2-11.1-136.1-104.6 81.9z'/%3e%3cpath class='st2' d='M251.9 678.6V512.2l112.5 78.4-112.5 88zm2.9-161.1v155l104.7-81.9-104.7-73.1z'/%3e%3cpath class='st2' d='M363.2 593.3l-112.6-78.7 124.8-71.5-12.2 150.2zM256 514.9l104.7 73 11.1-139.5L256 514.9z'/%3e%3cpath class='st2' d='M251.3 517.5l27.1-143.2 97.8 71.7-124.9 71.5zm29.2-138.1l-25 132.5L371 445.3l-90.5-65.9zM604.6 1025.7l-55.6-114 145 16.6-89.4 97.4zM554 914.9l51.3 105.4 82.6-90.2L554 914.9z'/%3e%3cpath class='st2' d='M693.7 930.9l-145.3-16.6 86.9-87.7 58.4 104.3zm-139-18.5l133.6 15.1-53.6-95.7-80 80.6z'/%3e%3cpath class='st2' d='M713.9 1035.9l-112-11.6 89.9-98.3 22.1 109.9zM608 1022l102.2 10.6-19.9-100.3L608 1022z'/%3e%3cpath class='st2' d='M711.2 1037l-22-109.5 135.7 13.4-113.7 96.1zm-18.4-106.2l20.2 100.6 104.7-88.3-124.9-12.3z'/%3e%3cpath class='st2' d='M824.2 943.7l-136.3-13.4 75.4-79.9 60.9 93.3zM694.1 928l124.3 11.9-55.6-85.1-68.7 73.2z'/%3e%3cpath class='st2' d='M826.4 1054.5l-6.7-114 129.7 6.5-123 107.5zm-3.5-110.9l6.2 104.8 113-98.8-119.2-6z'/%3e%3cpath class='st2' d='M947.7 949.8l-129.5-6.5 94.1-109.8 35.4 116.3zm-123.3-9.2l119.4 6.1L911 839.5l-86.6 101.1zM982.2 712.2l43.3-119.8 67.7 81.9-111 37.9zm44.2-113.9l-39.3 109.2 101.1-34.5-61.8-74.7z'/%3e%3cpath class='st2' d='M1092 677.7l-68-82.3 68.8-79.7-.8 162zm-64.2-82.2l61.3 74.1.5-145.6-61.8 71.5zM676.6 1129.4l-151.6-25 80.2-83.2 71.4 108.2zM531 1102.2l139.5 23.2-65.7-99.8-73.8 76.6z'/%3e%3cpath class='st2' d='M618.9 1181.7l-185.5-23.1 94.7-57.2 90.8 80.3zm-176.6-25l167.6 21-82-72.6-85.6 51.6z'/%3e%3cpath class='st2' d='M437.5 1159.6l-79.4-106.4 173.5 49.5-94.1 56.9zM366 1058.3l72.5 97.3 86.2-52-158.7-45.3z'/%3e%3cpath class='st2' d='M442.3 1161.1l-176.6-74.9 96.8-31.9.7.9 79.1 105.9zM274 1086.2l159.5 68-72-96.7-87.5 28.7z'/%3e%3cpath class='st2' d='M268.9 1087.9l-43.3-113.7 139.8 82.2-96.5 31.5zm-37.5-107l39.3 103.3 87.8-28.8-127.1-74.5z'/%3e%3cpath class='st2' d='M275.5 1089.6l-74.9-28.7-35.8-85.3 110.7 114zm-73-31l61.6 23.5-90.8-93.1 29.2 69.6z'/%3e%3cpath class='st2' d='M358.2 1164.5l-168.9-110.8 81.4 31.3 89.2 77.1-1.7 2.4zm-144.5-98.3l127.7 83.2L269 1087l-55.3-20.8z'/%3e%3cpath class='st2' d='M358.6 1164.5l-96.8-83.2 182.2 77.6-85.4 5.6zm-80.7-73.5l81.7 70.5 72.1-5.1-153.8-65.4z'/%3e%3cpath class='st2' d='M535.4 1198.2l-187.7-35.7 90.4-6.3 97.3 42zm-164.9-34.4l139.4 26.5-72.3-31.1-67.1 4.6z'/%3e%3cpath class='st2' d='M522.4 1195.8l-94.6-40.8 197 25-102.4 15.8zm-74.8-35.5l74.9 32.4 81.1-12.8-156-19.6z'/%3e%3cpath class='st2' d='M727.1 1207.2L509 1194.9l105.5-16.6 112.9 26.2-.3 2.7zm-190.8-13.7l173.9 9.9-95.9-22.3-78 12.4zM221.8 871.6l-94.6-21.2 41.6-101.1 53 122.3zm-90.5-23.2l85.5 19.1-47.9-110.6-37.6 91.5z'/%3e%3cpath class='st2' d='M129.1 853.6L75.3 684.3l95.4 68.2-41.6 101.1zM80.8 691.8l48.7 153.3 37.6-91.5-86.3-61.8zM75.5 513.1L120.6 354l46.5 91.5-91.6 67.6zM121.4 362L80.7 505.6l82.7-61.4-42-82.2z'/%3e%3cpath class='st2' d='M165.4 448.3l-46.5-91.5 94.7-35.8-48.2 127.3zM123 358.7l42 82.1 43.6-115-85.6 32.9zM136.3 959.1l-65.2-57v-.6l-4.6-115.7 69.8 173.3zM74 900.9l55 48-59.2-146.2 4.2 98.2z'/%3e%3cpath class='st2' d='M74.9 912.2L8.3 704.3l61.1 89.6 5.5 118.3zM16.6 722.5l54.1 168.2-4.2-95.9-49.9-72.3z'/%3e%3cpath class='st2' d='M71.2 901.9L10.6 713.7l5.1-117.3 58.2 304.9-2.7.6zM13.5 713.3l53.1 164.9-49.1-256.8-4 91.9z'/%3e%3cpath class='st2' d='M13.5 713.6h-2.9L3.9 519.1h2.9L18 608.6l-4.5 105zm-5.2-162l4.2 123.9 2.9-66.5-7.1-57.4z'/%3e%3cpath class='st2' d='M16.6 620.4L3.9 518.9l40.4-111.3-27.7 212.8zM6.9 519.2l9.7 78 21.3-163.5-31 85.5z'/%3e%3cpath class='st2' d='M14.2 615.5L40.4 415l39.3 94.6v.6L14.2 615.5zm27.4-189.3l-22.7 176 57.6-93-34.9-83z'/%3e%3cpath class='st2' d='M78.4 513.9l-39-93.7 84.3-66-45.3 159.7zM42.9 421l34.9 84 40.6-143.1L42.9 421z'/%3e%3cpath class='st2' d='M36.5 426.1l94.8-176.6-9 109.2-85.8 67.4zM127.3 263L45.7 415.1l73.8-58.2 7.8-93.9z'/%3e%3cpath class='st2' d='M36.5 426.1l94.8-176.6-9 109.2-85.8 67.4zM127.3 263L45.7 415.1l73.8-58.2 7.8-93.9z'/%3e%3cpath class='st2' d='M119 363.9l8.9-108.1 149.7-145.6L119 363.9zm11.8-107.1l-7.8 95.3 139.7-223.3-131.9 128z'/%3e%3cpath class='st2' d='M130.3 257.2l-2.2-1.9 70.7-98 80.1-44.5-148.6 144.4zm70.5-97.7l-60.6 83.9 121.1-117.5-60.5 33.6z'/%3e%3cpath class='st2' d='M200.5 159.7l-1.6-2.5 159.3-106 1.7 2.4-88.7 66.5-70.7 39.6zm117.6-78.2L231 139.7l38.6-21.4 48.5-36.8z'/%3e%3cpath class='st2' d='M258.3 126.5l99.8-75.4 85-10.8-184.8 86.2zm101.4-72.6l-77.4 58.2 143.3-66.5-65.9 8.3zM531.8 1105.8l-173.5-49.9 96.4-56.6 77.1 106.5zm-166.4-50.4l158.6 45.2-70.5-97-88.1 51.8zM784.4 1144.3l159.7-91.5-31.4 84.5-128.3 7zm154.2-85.2l-141.9 81.6 114-6.5 27.9-75.1z'/%3e%3cpath class='st2' d='M908.4 1140.4l31.5-85.8 114.4-37.3-145.9 123.1zm34.1-83.2l-27.5 74 126.3-106.2-98.8 32.2z'/%3e%3cpath class='st2' d='M936 1059.1l129.3-128.8-16.1 91.5-113.2 37.3zM1060.8 939l-114.1 113.5 99.8-32.5 14.3-81z'/%3e%3cpath class='st2' d='M1045.3 1027.3l16.6-93.5h.5l91.5-63.8-108.6 157.3zm19.1-91.5l-13.9 78.9 92.1-133.1-78.2 54.2zM116.4 361.2l108.1-140.9-12.1 104.1-96 36.8zm103.9-130.7l-95 124.3 84.5-32.2 10.5-92.1zM1144.3 775.9l-55.5-102.1 80.9-72.8-25.4 174.9zm-51.9-102.2l49.9 92.7 23-158-72.9 65.3zM829.3 1053.2l-120.6-18 114-96.2 6.6 114.2zm-114-20l110.6 16.6-6.2-104.7-104.4 88.1zM945.2 951.6l-35.4-116.4 130.8-21.9-95.4 138.3zm-31.7-113.9L946.2 945l88.1-127.5-120.8 20.2z'/%3e%3cpath class='st2' d='M908.9 838.4L984.7 707l55 109.6-130.8 21.8zM984.5 713l-70 121.5 120.9-20.1L984.5 713z'/%3e%3cpath class='st2' d='M1037.7 819.1L982.6 709l110.5-37.8-55.4 147.9zM986.6 711l50.7 101.1 50.8-135.7L986.6 711zM673.7 1130.5l-71.7-109 112.1 11.6-40.4 97.4zM607.8 1025l65.3 99.2 36.8-88.8-102.1-10.4zM206.8 1068.7L71.4 902.4l2.1-2.1 96.6 81.2 36.7 87.2zM83.2 912.5l112.7 138.6-28.4-67.8-84.3-70.8z'/%3e%3cpath class='st2' d='M273.5 1091.7L127.7 951.2l102 25v.7l43.8 114.8zM137.6 956.5l128.6 123.9-38.6-101.6-90-22.3z'/%3e%3cpath class='st2' d='M232.3 980l-101.1-25v-1.2l-3.5-109.1L232.3 980zm-98.2-27.2l90.5 22.4-93.7-121.4 3.2 99z'/%3e%3cpath class='st2' d='M230.4 982.4L125.7 847l95.1 21.3 9.6 114.1zm-97.3-130.8l93.6 121.5-8.3-102.1-85.3-19.4z'/%3e%3cpath class='st2' d='M134.4 962.1L64.2 788.9l66.5 59.7 3.7 113.5zM71.7 799.6l59.2 146.2-3.1-95.8-56.1-50.4z'/%3e%3cpath class='st2' d='M132.3 854l-65.8-59.1 10.6-114.2L132.3 854zm-62.8-60.3l56.7 51-47.4-149.8-9.3 98.8z'/%3e%3cpath class='st2' d='M68.7 802.3L13.1 602l66.5 85.6-10.9 114.7zM20 615.5l47.3 170.8 9.2-97.8-56.5-73z'/%3e%3cg opacity='.8'%3e%3cg class='st4'%3e%3cpath class='st2' d='M1143.4 771.2l-80.3 163.5 85.3-59.3z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M1212.4 508l-44.8 96.4-23.8-173.7z'/%3e%3c/g%3e%3cg opacity='.2'%3e%3cpath class='st2' d='M552.5 913.5l-144.1-39.4 46.7 127.5z'/%3e%3cpath class='st2' d='M317.5 937.9l90.9-63.8 46.7 127.5z'/%3e%3cpath class='st2' d='M317.5 937.9l45.4 117.9 92.2-54.2zM317.5 937.9l-32.6-131.8 123.5 68z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M599 163l-74.2-78h156.1z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M399.2 313.5l-25.7 132.2-94.1-68.9z'/%3e%3cpath class='st2' d='M399.2 313.5l-83.5-66-36.3 129.3z'/%3e%3cpath class='st2' d='M211.1 323.6l104.6-76.1-36.3 129.3zM399.2 313.5l-83.5-66 134.9-59.8z'/%3e%3c/g%3e%3cg class='st4'%3e%3cpath class='st2' d='M168.9 753L78 688l77.9-88.9z'/%3e%3cpath class='st2' d='M78.1 509.4L78 688l77.9-88.9z'/%3e%3cpath class='st2' d='M78.1 509.4l87.1-64.7-9.3 154.4zM78.1 509.4L78 688l-61.4-79.2z'/%3e%3c/g%3e%3cg opacity='.1'%3e%3cpath class='st2' d='M790.5 1142.5l-116.9-15.1-59.3 52.2z'/%3e%3cpath class='st2' d='M827.7 1051.4l-37.2 91.1-116.9-15.1z'/%3e%3cpath class='st2' d='M827.7 1051.4l-37.2 91.1 150.8-86.7zM712.1 1034.2l115.6 17.2-154.1 76z'/%3e%3c/g%3e%3cg class='st4'%3e%3cpath class='st2' d='M945.7 948.3l117.4-13.6-25.6-119.2z'/%3e%3cpath class='st2' d='M1143.4 771.2l-80.3 163.5-25.6-119.2zM1143.4 771.2l47.8 33.2-42.8 71z'/%3e%3cpath class='st2' d='M1143.4 771.2l-52.8-97.5-53.1 141.8zM1063.1 934.7l128.1-130.3-42.8 71z'/%3e%3c/g%3e%3c/g%3e%3cpath class='st2' d='M609.2 1182.3l63.9-56.5h.7l125.5 16.6-190.1 39.9zm64.9-53.4l-54.6 48.2 162.4-34.3-107.8-13.9z'/%3e%3cpath class='st2' d='M791.5 1144.1l-122.9-15.9 161.9-79.8-39 95.7zm-112.9-17.6l111 14.3 35.3-86.4-146.3 72.1z'/%3e%3cpath class='st2' d='M787.6 1145.9l39.1-96 119.8 4.6-158.9 91.4zm41.1-93l-35.2 86.6 142.7-82.1-107.5-4.5zM942.6 950.1l95.6-138.2 26.6 124-122.2 14.2zm94.2-131l-88 127.3 112.5-13.1-24.5-114.2z'/%3e%3cpath class='st2' d='M1062.5 939.1l-26.7-124.8 110.7-46.2-84 171zm-23.3-122.7l24.4 113.9 76.8-156.1-101.2 42.2z'/%3e%3cpath class='st2' d='M1059.3 939.1l85.3-173.8 5.3 110.7-90.6 63.1zm83.1-162.1L1067 930.3l80.1-55.5-4.7-97.8z'/%3e%3cpath class='st2' d='M1147.2 880.3l-5.3-112 51.2 35.6-45.9 76.4zm-2.2-106.2l4.7 96.5 39.8-65.8-44.5-30.7zM1166.9 609.5l-25-183.4 72.4 81.7-.4.9-47 100.8zm-21.1-174.7l22.5 164 42.3-90.9-64.8-73.1zM453.6 1004.2l-48.5-132.3 149.3 40.8-100.8 91.5zm-43.8-127.9l45.1 122.9 94.1-84.9-139.2-38z'/%3e%3cpath class='st2' d='M456.9 1004.4l-143.1-66.5 94.4-66.5 48.7 133zm-137.3-66.5L451.7 999l-44.9-122.4-87.2 61.3z'/%3e%3cpath class='st2' d='M361.2 1057.9L314 935l143.4 66.5-96.2 56.4zm-41.6-117.2l43.4 112.9 88.3-51.8-131.7-61.1z'/%3e%3cpath class='st2' d='M316.1 940.3l-34.3-137.1 128.4 70.7-94.1 66.4zM286.2 809l31.4 126.5 87.2-61.2L286.2 809zM598.9 165.1l-77.6-81.5h163.3l-85.7 81.5zm-70.7-78.6l70.9 74.9 78.2-74.9H528.2zM374.3 448.3l-97.6-71.8 124.8-65.8-27.2 137.6zM282.2 377l90.3 66.5 25-127L282.2 377z'/%3e%3cpath class='st2' d='M277.1 379.7l37.8-134.8 87 68.9-124.8 65.9zm39.4-129.8l-34.8 124.3 114.9-60.6-80.1-63.7z'/%3e%3cpath class='st2' d='M280.2 379.3l-71.5-55.7 109.5-79.8-38 135.5zm-66.5-55.7l65 50.7 34.5-123.2-99.5 72.5z'/%3e%3cpath class='st2' d='M399.8 316.1l-86.9-69L453.3 185l-53.5 131.1zm-81.2-68.3l80 63.4 49.2-120.6-129.2 57.2zM170.6 756l-94.7-67.7 81.2-92.7L170.6 756zm-90.4-68.2l87 62.1-12.5-147.2-74.5 85.1z'/%3e%3cpath class='st2' d='M76.5 691.9V505.5l81.5 93.4-81.5 93zm3-178.6v170.8l74.9-85-74.9-85.8z'/%3e%3cpath class='st2' d='M157.1 602.8l-81.2-93.7 90.9-67.5-9.7 161.2zm-76.9-93.2l74.9 85.8 9-147.7-83.9 61.9z'/%3e%3cpath class='st2' d='M79.5 692.3l-64.8-83.2.6-.8 64.2-104.1v188.1zm-61.2-83.2L76.5 684V514.5l-58.2 94.6zM1035 818.1l55.4-148 55.1 101.8-110.5 46.2zm55.9-140.9l-51.2 135.6 101.3-42.3-50.1-93.3zM670.7 1130.4l40.4-97.7 121.4 18-161.8 79.7zm42.3-94.6l-36.6 88.5 146.5-72.1-109.9-16.4zM1063.9 935.9l-1.9-2.2 136.7-139.2-49.9 82.2-84.9 59.2zm119.6-121.7l-108.1 110.4 72.4-49.9 35.7-60.5zM198 155.2l-1.4-2.6L353.7 49.9 535.5 0l1 2.7L198 155.2zM354.8 52.4l-141.4 92.5L518.3 7.8 354.8 52.4z'/%3e%3c/g%3e%3cpath class='st2' d='M818.9 611.7H785v-33.9h33.9v33.9zm-31-2.9h28v-28h-28v28z'/%3e%3cg class='st8'%3e%3cpath transform='matrix(.5547 -.8321 .8321 .5547 -121.4736 764.8654)' class='st2' d='M652.4 317.9h2.9V674h-2.9z'/%3e%3c/g%3e%3cpath class='st2' d='M686.3 85c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM530.2 85c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM604.4 163c.2 3-2 5.6-5 5.8-3 .2-5.6-2-5.8-5s2-5.6 5-5.8h.3c2.8 0 5.2 2.2 5.5 5zM456 187.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM440.2 42.8c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9.1 5.3 2.5 5.4 5.4zM357.7 136.4c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4s2.4-5.4 5.4-5.4c2.9 0 5.4 2.4 5.4 5.4zM268.8 123.1c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4s2.4-5.4 5.4-5.4c3 0 5.4 2.4 5.4 5.4zM227.7 225.4c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM321.1 247.5c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4h.3c2.9.1 5.2 2.5 5.1 5.4zM404.6 313.5c-.2 3-2.7 5.2-5.7 5.1-3-.2-5.2-2.7-5.1-5.7.2-2.9 2.6-5.1 5.5-5.1 3 0 5.4 2.5 5.3 5.5v.2zM554.1 267.6c.4 3-1.7 5.7-4.7 6s-5.7-1.7-6-4.7c-.1-.4-.1-.9 0-1.3-.4-3 1.7-5.7 4.7-6 3-.4 5.7 1.7 6 4.7.1.4.1.8 0 1.3zM379 445.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4 2.4-5.4 5.4-5.4c2.9.1 5.3 2.5 5.4 5.4zM284.8 376.8c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM170.6 444.7c.4 3-1.7 5.7-4.7 6-3 .4-5.7-1.7-6-4.7-.1-.4-.1-.9 0-1.3.4-3 3.1-5.1 6-4.7 2.5.3 4.4 2.2 4.7 4.7zM216.3 323.6c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM126.3 357.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM83.2 509.4c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 2.9 0 5.3 2.4 5.4 5.4zM46.5 420.6c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4h.5c2.8.3 4.9 2.6 4.9 5.4zM258.7 514.7c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM367.4 590.6c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.5-5.3 5.4-5.3 2.9-.1 5.3 2.3 5.4 5.3zM480.8 522.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM161.3 598.9c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM21.9 608.8c0 2.9-2.3 5.4-5.2 5.4h-.1c-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.3 2.3 5.3 5.4 0-.1 0-.1 0 0zM17.4 713.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM83.2 687.5c.5 2.9-1.4 5.7-4.4 6.3-2.9.5-5.7-1.4-6.3-4.4-.1-.3-.1-.6-.1-.9-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.9 5.9 4.8zM73.4 793.8c.2 2.9-2 5.5-4.9 5.8-2.9.3-5.5-1.9-5.8-4.8v-.1c-.3-2.9 1.9-5.5 4.8-5.8h.1c2.9-.2 5.5 2 5.8 4.9zM134.7 848.9c.2 3-2 5.6-4.9 5.8-2.9.2-5.5-2-5.8-4.9-.3-2.9 1.9-5.5 4.8-5.8h.1c2.9-.3 5.5 1.9 5.8 4.8v.1zM138.1 953.5c.3 3-2 5.6-4.9 5.9-3 .3-5.6-2-5.9-4.9-.2-2.9 2-5.5 4.9-5.8 2.9-.4 5.6 1.8 5.9 4.8zM77.9 901c.3 2.9-1.9 5.5-4.8 5.8H73c-2.9.3-5.5-1.9-5.8-4.8v-.1c0-3 2.4-5.4 5.4-5.4 2.7 0 4.9 1.9 5.3 4.5zM174.7 752.5c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.6 1.9 5.9 4.9zM289.4 805.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM224.6 869c.3 2.9-1.9 5.5-4.8 5.8h-.1c-2.9.3-5.5-1.9-5.8-4.8-.5-2.9 1.4-5.7 4.4-6.3s5.7 1.4 6.3 4.4c-.1.3 0 .6 0 .9zM233.9 977.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM322 937.4c.3 3-1.9 5.6-4.9 5.9s-5.6-1.9-5.9-4.9c-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1.1.1.1zM367.3 1055.4c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 5 0-.1 0-.1 0 0zM443.3 1157.2c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.9 4.9zM275.1 1085.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3.1-.2 5.7 2 5.9 4.9zM206.6 1059.4c0 3-2.4 5.4-5.4 5.5-2.6 0-4.9-1.9-5.4-4.5-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM459.6 1001.5c0 3-2.4 5.4-5.4 5.5-2.6 0-4.9-1.9-5.4-4.5-.5-2.9 1.4-5.7 4.4-6.3s5.7 1.4 6.3 4.4c.1.3.1.6.1.9zM557.3 913c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM610.4 1023.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM533.4 1102.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3.1-.3 5.7 1.9 5.9 4.9zM679 1126.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.6 1.9 5.9 4.9zM621.2 1179.2c.2 3-2 5.6-4.9 5.8-3 .2-5.6-1.9-5.9-4.9-.3-3 2-5.6 4.9-5.9 3-.2 5.6 2 5.9 5zM795.9 1140.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM945.7 1055.4c0 3-2.4 5.4-5.4 5.4-2.6 0-4.8-1.9-5.3-4.5-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.9 5.8 4.9zM917 1135.5c.3 2.9-1.9 5.5-4.8 5.8h-.1c-2.9.3-5.5-1.9-5.8-4.8v-.1c-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4v1zM1053.3 1020.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.3 5.6 1.9 5.9 4.9zM1068.4 934.2c.2 3-2 5.6-4.9 5.8-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 5zM1042.9 815.1c.5 2.9-1.4 5.7-4.4 6.3-2.9.5-5.7-1.4-6.3-4.4-.1-.3-.1-.6-.1-1-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4 0 .4.1.7.1 1zM989.8 709.4c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM1095.9 673.2c.2 3-2 5.6-5 5.8-3 .2-5.6-2-5.8-5-.2-2.9 2-5.5 4.9-5.8 3-.2 5.6 2 5.9 5zM1172.8 603.9c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.6 2 5.9 5zM1031.4 595c.3 2.9-1.9 5.5-4.8 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1.9-.1 2.9-.3 5.5 1.7 5.8 4.6v.4zM1095.9 519.4c.2 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.2 5.6 2 5.9 4.9zM1148.8 430.2c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM1043.1 382.6c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.7 2 5.9 5zM1076.7 273.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM1217.8 507.4c.2 3-1.9 5.6-4.9 5.9-3 .2-5.6-2-5.8-4.9-.3-2.9 1.9-5.5 4.8-5.8 2.9-.3 5.6 1.8 5.9 4.7v.1zM1212.4 709.4c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 1.9 5.9 4.9zM1148.8 770.8c.3 3-2 5.6-4.9 5.9s-5.6-2-5.9-4.9c-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.8 5.9 4.8zM1195.4 803.9c.2 3-2 5.6-4.9 5.8-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.7 2 5.9 5zM1154.2 875c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .2-5.6-2-5.8-4.9-.2-2.9 2-5.5 4.9-5.8 2.9-.3 5.5 1.9 5.8 4.8v.1zM717.5 1033.8c.2 3-2 5.6-4.9 5.8-3 .3-5.6-2-5.9-4.9s2-5.6 4.9-5.9c3-.2 5.6 2 5.9 5z'/%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M717.5 1033.8c.2 3-2 5.6-4.9 5.8-3 .3-5.6-2-5.9-4.9s2-5.6 4.9-5.9c3-.2 5.6 2 5.9 5z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse xlink:href='%23SVGID_1_' overflow='visible'/%3e%3c/clipPath%3e%3cg clip-path='url(%23SVGID_2_)'%3e%3cpath class='st2' d='M706.4 1028.6h11.3v11.3h-11.3z'/%3e%3c/g%3e%3cpath class='st2' d='M833.1 1050.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM258.7 675.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM378.9 731.5c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM511 779.5c.2 3-2 5.6-4.9 5.8-2.9.3-5.5-1.9-5.8-4.8v-.1c-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.2 5.6 2 5.8 4.9zM640.5 828.6c0 3-2.4 5.4-5.4 5.4-2.6 0-4.8-1.9-5.3-4.5-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4-.1.4 0 .7 0 1zM696.4 928.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM826.6 941.6c.3 2.9-1.9 5.5-4.8 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1.9-.1 2.9-.3 5.5 1.9 5.8 4.8v.2zM951.1 948.2c.2 2.9-2 5.5-4.9 5.8-3 0-5.4-2.4-5.5-5.4 0-2.6 1.9-4.9 4.5-5.4 3-.2 5.6 2 5.9 5zM917 836c.2 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM768.2 852.6c.2 3-2 5.6-4.9 5.8-3 .2-5.6-1.9-5.9-4.9-.3-3 2-5.6 4.9-5.9 3-.2 5.7 2 5.9 5zM480.8 657.1c.2 3-2 5.6-4.9 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1 1-.1 2.9-.1 5.5 2 5.8 5zM412.8 873.4c.5 2.9-1.4 5.7-4.4 6.3s-5.7-1.4-6.3-4.4c-.1-.3-.1-.6-.1-.9-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.4 5.6 1.8 5.9 4.8 0-.1 0-.1 0 0zM10.8 520.1c0 3-2.4 5.4-5.4 5.4S0 523.1 0 520.1c0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4z'/%3e%3cg class='st5'%3e%3cpath class='st2' d='M1274.7 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1235.1 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1215.2 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1254.9 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1215.2 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1254.9 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1274.7 402c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.8 2.8 2.8zM1235.1 396.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1274.7 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1235.1 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1215.2 535.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.9-2.8.1 0 0 0 0 0zM1254.9 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1215.2 495.5c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.2-2.8-2.8-2.8zM1254.9 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1274.7 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1235.1 475.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1274.7 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1235.1 634.2c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM1274.7 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1235.1 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1215.2 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM1254.9 614.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1215.2 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1254.9 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM1274.7 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1235.1 555c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1195.4 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM1135.9 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1135.9 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1116.2 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1195.4 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 396.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.4-1.2-2.7-2.8-2.8zM1116.2 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1195.4 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1135.9 535.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM1175.6 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1135.9 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1116.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1195.4 475.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 475.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1116.2 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1195.4 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1195.4 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1135.9 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM1175.6 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1135.9 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1175.6 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1116.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1195.4 555c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 555c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1116.2 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM561.2 753.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.9-2.8zM521.6 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM501.7 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM501.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 713.5c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.5 1.1 2.7 2.6 2.7h.2c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.5 0-.8 0-1.1.1zM521.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM561.2 832.4c-1.5 0-2.7 1.1-2.7 2.6v.2c0 1.5 1.1 2.8 2.7 2.8h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1.1zM521.6 832.4c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM501.7 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM561.2 792.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.9-2.8zM521.6 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM561.2 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM521.6 911.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.7-2.7-2.7zM501.7 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM501.7 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM521.6 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM521.6 991c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM501.7 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM541.4 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM501.7 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM521.6 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM521.6 1109.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM521.6 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM501.7 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM541.4 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM541.4 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM521.6 1030.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM481.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM422.5 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM402.7 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM422.5 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM402.7 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.4-1.3-2.7-2.8-2.7zM481.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM442.3 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM481.9 911.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM442.3 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM422.5 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM481.9 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM402.7 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM481.9 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM422.5 1010.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.8 2.7 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 971.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM402.7 991c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM481.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3.1-.7.1-1 .1zM442.3 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM422.5 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM462.1 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM402.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM442.3 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM402.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM363 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM343.2 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM382.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM343.2 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM343.2 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM382.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM343.2 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM363 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-.7-.3-1.3-.7-1.8-.6-.6-1.3-.9-2.1-.9zM363 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM343.2 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM382.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM343.2 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM363 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM363 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM343.2 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM382.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM343.2 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 1070.2c-1.6.1-2.7 1.4-2.7 3 .1 1.6 1.4 2.7 3 2.7 1.5-.1 2.7-1.4 2.7-2.9-.1-1.6-1.4-2.8-3-2.8zM343.2 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM343.2 1050.4c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.5-1.2-2.8-2.8-2.9zM382.6 1050.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM363 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM323.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM263.9 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM263.9 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM323.4 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM283.7 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 832.4c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM283.7 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM263.9 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 812.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM244.1 832.4c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM323.4 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM283.7 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM283.7 911.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM263.9 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM263.9 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM244.1 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM323.4 991c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.7-1.2-3-2.8-3zM283.7 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM263.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM263.9 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM303.6 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM244.1 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM244.1 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM323.4 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM323.4 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4.1-.7.1-1 .1zM283.7 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM263.9 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM303.6 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM244.1 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7.1-1.6-1.2-2.9-2.8-2.9zM323.4 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM283.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM244.1 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM719.7 39.7c-1.5 0-2.7 1.2-2.7 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9h-.2zM680.1 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM660.3 59.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM699.9 59.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM660.3 19.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM640.5 39.7c-1.5 0-2.7 1.2-2.7 2.7-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.9-2.7zM719.7 0c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM680.1 0c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8S681.7 0 680.1 0zM640.5 0c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM719.7 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM719.7 118.9c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM680.1 118.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM660.3 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM699.9 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 99.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 99.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM640.5 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM719.7 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM680.1 79.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM600.9 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM581.1 59.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM620.7 59.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM581.1 19.8c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 19.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 0c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM640.5 118.9c-1.6 0-2.9 1.3-2.9 2.9 0 1.6 1.3 2.9 2.9 2.9 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0v-.2zM600.9 118.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 138.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5-.3 2.6-1.7 2.3-3.3-.2-1-1.1-2-2.3-2.2zM620.7 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.2 2.9-.8 3.1-2.3v-.6c-.1-1.6-1.4-2.8-3-2.7h-.1zM581.1 99.1c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 99.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM640.5 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM600.9 79.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM561.2 39.7c-1.5 0-2.7 1.1-2.7 2.6v.2c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9-.1-.1-.1-.1-.2-.1zM521.6 39.7c-1.5-.2-3 .8-3.2 2.4-.2 1.5.8 3 2.4 3.2 1.5.2 3-.8 3.2-2.4v-.5c0-1.4-1-2.5-2.4-2.7zM501.7 59.5c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM541.4 59.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM501.7 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM541.4 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM481.9 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM561.2 0c-1.5 0-2.7 1.2-2.7 2.7v.1c-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM521.6 0c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM481.9 0c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM561.2 158.5c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8.1 0 0 0 0 0zM521.6 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.4-.2 2.4-1.4 2.4-2.8 0-1.3-1-2.6-2.4-2.8zM561.2 118.9c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM521.6 118.9c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM501.7 138.7c-1.4.1-2.6 1.2-2.7 2.7 0 1.5 1.2 2.7 2.7 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0v.2zM541.4 138.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 99.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 99.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM481.9 118.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM561.2 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.3-2.8-2.9-2.8zM521.6 79.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM481.9 79.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM481.9 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8z'/%3e%3ccircle class='st2' cx='422.5' cy='220.8' r='2.8'/%3e%3cpath class='st2' d='M462.1 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 178.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM481.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 164.2c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8-.1 1.5 1.2 2.8 2.8 2.8zM481.9 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 297.3c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.8 2.7 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 257.8c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM462.1 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM402.7 282.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c0 1.5 1.2 2.7 2.8 2.7zM481.9 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 243.5c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8-.1 1.5 1.2 2.8 2.8 2.8zM481.9 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 337c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM462.1 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.8-2.8-2.7zM402.7 362.3c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c0 1.5 1.2 2.7 2.8 2.7zM481.9 317.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM442.3 317.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 322.7c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8 1.2 2.8 2.8 2.8zM481.9 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM481.9 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM442.3 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM402.7 481.3c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8c-1.6 0-2.8 1.3-2.8 2.8s1.2 2.8 2.8 2.8zM402.7 441.7c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8c-1.1 0-2.2.7-2.6 1.7-.1.4-.1.7 0 1.1 0 1.4 1.1 2.6 2.6 2.8zM481.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 402c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8c-.1 1.5 1.2 2.8 2.8 2.8zM402.7 203.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c-.1.4-.1.7 0 1.1.4 1 1.6 1.7 2.8 1.6zM363 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM343.2 178.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM323.4 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM363 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM323.4 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM382.6 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM343.2 257.8c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM382.6 257.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM363 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM323.4 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 376.5c-1.7 0-3 1.4-3 3 0 1.7 1.4 3 3 3s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8v-.4zM343.2 337c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.6-1.2-2.9-2.8-2.9zM382.6 337c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM363 317.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM363 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM363 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM343.2 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM363 396.3c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.2 2.9 2.8 2.9 1.6 0 2.9-1.2 2.9-2.8 0-1.6-1.2-2.9-2.7-2.9h-.3zM283.7 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 218c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM263.9 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 178.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM283.7 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM323.4 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM263.9 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 297.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM263.9 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM303.6 257.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM283.7 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM323.4 356.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM283.7 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 376.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM263.9 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.8-2.8-2.7zM303.6 337c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM323.4 317.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 317.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 475.7c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.7-1.2-3-2.8-3zM283.7 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM263.9 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 455.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM263.9 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM323.4 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM204.4 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 218c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM184.7 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 178.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM164.9 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.6-1.3-2.9-2.8-2.9zM244.1 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM244.1 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3c-.3-.1-.7-.1-1 0zM204.4 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 297.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM184.7 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c-.1-1.4-1.3-2.7-2.8-2.7zM224.6 257.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM164.9 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3c-.4-.1-.7-.1-1 0zM244.1 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM244.1 356.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3.1-.7.1-1 .1zM204.4 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 376.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM184.7 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.8-2.8-2.7zM224.6 337c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM164.9 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.3-2.8-2.8-2.8zM244.1 317.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM204.4 317.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.9-2.8zM164.9 317.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8-.1-1.5-1.3-2.8-2.8-2.8zM244.1 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 436c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.9-2.8.1 0 .1 0 0 0zM184.7 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 455.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM184.7 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 396.3c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.9-2.8c.1 0 .1 0 0 0zM244.1 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 535.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM224.6 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM184.7 495.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 475.7c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM204.4 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM244.1 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 614.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM184.7 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.7-1.3-2.9-2.8-2.9zM224.6 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM204.4 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM244.1 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 673.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 693.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM224.6 693.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM184.7 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM204.4 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM244.1 792.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM204.4 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM244.1 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM224.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM184.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM244.1 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5 0 2.8-1.2 2.8-2.7.1-1.5-1.2-2.8-2.8-2.8zM204.4 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 436c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8zM105.4 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM145 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM105.4 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM164.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 396.3c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8zM164.9 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM145 535.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM105.4 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 495.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM164.9 475.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM125.2 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM164.9 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8 0-1.4-1.2-2.7-2.7-2.8zM145 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM105.4 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.7-1.3-2.9-2.8-2.9zM145 574.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM164.9 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.8-2.8zM125.2 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM164.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM125.2 673.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM105.4 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM145 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM164.9 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.8-2.8zM125.2 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM164.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM125.2 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM164.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM105.4 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM145 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM164.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.3-2.8-2.8-2.8zM125.2 713.5c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.5-1.4-2.8-2.9-2.8zM85.6 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM26.1 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM6.2 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM85.6 396.3c-1.4.2-2.5 1.5-2.4 2.9 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8l-.4-.1zM45.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM6.2 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM45.9 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM26.1 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.7zM26.1 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM6.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8S9 520 9 518.5c.1-1.5-1.2-2.8-2.8-2.8zM85.6 475.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM45.9 475.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.7.1 0 0 0 0 0zM6.2 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM85.6 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM26.1 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM65.7 614.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM26.1 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM6.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 555c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM45.9 555c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.7zM6.2 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM85.6 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM26.1 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM65.7 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM6.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8S9 678 9 676.5c.1-1.5-1.2-2.8-2.8-2.8zM85.6 634.2c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM45.9 634.2c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.1 2.8-2.7v-.2c0-1.4-1.3-2.6-2.8-2.6zM6.2 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM85.6 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM45.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM85.6 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM45.9 753.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM26.1 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM6.2 792.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.9-2.8-2.9zM6.2 753.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM45.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.2-2.8-2.8-2.8zM6.2 713.5c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.7 2.7 2.7 1.5 0 2.8-1.1 2.8-2.7v-.1c.1-1.4-1.2-2.7-2.8-2.7zM1195.4 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1135.9 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1135.9 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1175.6 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1156.2 634.3c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.3 2.7-2.8 0-1.5-1.1-2.7-2.6-2.7 0-.1-.1-.1-.1-.1zM1195.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1135.9 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1135.9 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM1195.4 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.2-2.1-2.3-2.3zM1195.4 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM1156.2 832.4c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM1135.9 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1175.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1135.9 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1195.4 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM1156.2 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM1195.4 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1195.4 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 911.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.7-2.7-2.7zM1135.9 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7.1-1.7-1.2-2.9-2.8-2.9zM1135.9 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM1195.4 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1156.2 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM1116.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM1076.5 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1056.3 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1096.4 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1116.2 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1076.5 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1116.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1076.5 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1056.3 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1096.4 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1116.2 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM1076.5 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1116.2 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1076.5 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1056.3 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1056.3 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1096.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM1116.2 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM1076.5 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM1116.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1076.5 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1116.2 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM1076.5 911.7c-1.5 0-2.7 1.2-2.7 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9h-.2zM1056.3 931.6c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3 0-1.6-1.3-2.8-2.9-2.8zM1096.4 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1116.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1076.5 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM1036.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM977.4 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1017.1 693.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM977.4 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM1036.9 634.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM997.2 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1036.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM977.4 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1017.1 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM977.4 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1036.9 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1036.9 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM997.2 832.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM977.4 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM977.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1017.1 812.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1036.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM997.2 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM1036.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1036.9 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM997.2 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM977.4 931.6c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.6-1.3-2.8-2.9-2.8zM1017.1 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.6-1.1-2.9-2.7-2.9zM977.4 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1036.9 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM997.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM957.6 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 693.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM937.8 693.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM898.3 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM878.3 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8.1 0 .1 0 0 0zM957.6 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 634.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM957.6 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM898.3 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM878.3 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM957.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.6-1.1-2.9-2.7-2.9.1 0 .1 0 0 0zM957.6 832.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM898.3 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM898.3 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM878.3 832.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c.1-1.4-1.2-2.6-2.7-2.7zM957.6 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM917.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM878.3 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM957.6 911.7c-.9 0-1.7.4-2.2 1.2-.4.4-.6 1-.6 1.6 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM898.3 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM898.3 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM878.3 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM957.6 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM878.3 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM957.6 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 991c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7s-1.1-2.9-2.8-2.9c.1 0 .1 0 0 0zM898.3 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM898.3 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM878.3 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0h.4c1.4-.2 2.4-1.4 2.3-2.7.1-1.6-1.1-2.9-2.7-2.9.1 0 .1 0 0 0zM957.6 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM957.6 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM898.3 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM937.8 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM878.3 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.5-1.1-2.8-2.7-2.9.1 0 .1 0 0 0zM957.6 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM917.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM878.3 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8.1 0 .1 0 0 0zM957.6 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM917.9 1189.4c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM957.6 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM898.3 1129.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7z'/%3e%3ccircle class='st2' cx='937.8' cy='1132.5' r='2.8'/%3e%3cpath class='st2' d='M878.3 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.7-2.7-2.8zM878.3 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM957.6 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM917.9 1109.8c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.2 2.7-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM838.7 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM818.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM858.5 1010.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM818.9 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM858.5 971.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM838.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM838.7 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM818.9 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM858.5 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM818.9 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM858.5 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM838.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM838.7 1189.4c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM838.7 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM818.9 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM858.5 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM818.9 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM858.5 1129.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM838.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 991c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM759.4 991c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM739.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM779.2 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM739.6 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 971.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM759.4 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM759.4 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM779.2 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM799.1 1030.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM759.4 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM799.1 1189.4c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM759.4 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM759.4 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM739.6 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM779.2 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM799.1 1109.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM759.4 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.8zM719.7 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM680.1 991c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.6 0-1 .1zM660.3 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM699.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM660.3 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM699.9 971.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM719.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM719.7 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM699.9 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM660.3 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM699.9 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM719.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM680.1 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM719.7 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM680.1 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM719.7 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8.1 0 0 0 0 0zM660.3 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM699.9 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM719.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1109.8c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8.1 0 0 0 0 0zM640.5 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM600.9 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM581.1 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8 0-1.5-1.2-2.8-2.7-2.8zM620.7 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM581.1 971.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM561.2 991c-1.5 0-2.7 1.2-2.7 2.7 0 1.5 1.1 2.8 2.7 2.8h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.5 0-.8 0-1.1.1zM640.5 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM561.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM640.5 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM620.7 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM581.1 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM620.7 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM561.2 1070.2c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.5-1.3-2.8-2.9-2.8zM640.5 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM600.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM561.2 1030.6c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.9-2.8.1 0 0 0 0 0zM640.5 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM600.9 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.8zM640.5 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM581.1 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM620.7 1129.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM561.2 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM561.2 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM640.5 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 1109.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8-.1-1.5-1.4-2.8-2.9-2.8z'/%3e%3c/g%3e%3clinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='785.025' y1='615.4073' x2='818.878' y2='615.4073' gradientTransform='matrix(1 0 0 -1 0 1210.1648)'%3e%3cstop offset='.19' stop-color='%23be9543'/%3e%3cstop offset='1' stop-color='%23be9543'/%3e%3c/linearGradient%3e%3cpath d='M818.9 611.7H785v-33.9h33.9v33.9zm-31-2.9h28v-28h-28v28z' fill='url(%23SVGID_3_)'/%3e%3cg class='st8'%3e%3cpath transform='matrix(.5547 -.8321 .8321 .5547 -121.4736 764.8654)' class='st2' d='M652.4 317.9h2.9V674h-2.9z'/%3e%3c/g%3e%3cpath class='st2' d='M801.9 596.7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM511 397.9c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4z'/%3e%3cpath class='st2' d='M543.7 436h-76.2v-76.2h76.2V436zm-73.2-3h70.1v-70.3h-70.1V433z'/%3e%3c/g%3e%3c/svg%3e");
}

/* -------------------------------------------------- 
// 	Navbar
-------------------------------------------------- */
#sanav {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  /* --------------------------------------------------
   // megamenu
   -------------------------------------------------- */
  /* --------------------------------------------------
   // product_dk
   -------------------------------------------------- */
  /* --------------------------------------------------
   // lang dropdown menu
   -------------------------------------------------- */
}
#sanav #mainav {
  z-index: 9000;
}
@media (max-width: 991.98px) {
  #sanav #mainav {
    width: 100%;
  }
}
#sanav a {
  text-decoration: none;
  transition: all 0.3s linear;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  [data-lang=ml] #sanav a, [data-lang=id] #sanav a, [data-lang=vn] #sanav a {
    font-size: 0.9rem;
  }
}
#sanav a:hover {
  color: #fff;
}
#sanav.stickynav .navbar-brand {
  transform: scale(0.8);
}
#sanav .navbar > div {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
}
#sanav .navbar-brand {
  transition: all 0.2s ease-in-out;
  /* */
}
#sanav .navbar-brand > img {
  transition: all 0.2s ease-in-out;
  max-height: 70px;
  display: none;
}
@media (max-width: 767.98px) {
  #sanav .navbar-brand > img {
    max-height: 3rem;
  }
}
#sanav .navbar-brand h2#logo {
  font-size: 16px;
  transition: none;
  position: relative;
  width: 12.5em;
  height: 5em;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: 100%;
  background-image: url("../../../img/logo_cny.png");
}
#sanav .navbar-brand h2#logo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 39.8406374502%;
}
#sanav .navbar-brand h2#logo > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  #sanav .navbar-brand h2#logo {
    width: 10.15625em;
    height: 4.0625em;
  }
}
#sanav .navbar-toggler span {
  color: #bf9a5d;
}
#sanav .navbar-nav > li > a {
  text-decoration: none;
  transition: all 0.3s linear;
  position: relative;
}
@media (min-width: 992px) {
  #sanav .navbar-nav > li > a::after {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    transition: all 0.25s linear;
    width: 2px;
    height: 3px;
    display: block;
    background: transparent;
    content: "";
  }
  #sanav .navbar-nav > li > a:hover::after {
    background: #bf9a5d;
    height: 3px;
    width: 100%;
  }
  #sanav .navbar-nav > li > a i::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #sanav #mainav.show .navbar-nav {
    overflow-y: auto;
  }
}
@media (orientation: landscape) and (max-width: 991.98px) {
  #sanav #mainav.show .navbar-nav {
    padding-bottom: 3rem;
  }
}
@media (orientation: portrait) and (max-width: 991.98px) {
  #sanav #mainav.show .navbar-nav {
    padding-bottom: 5rem;
  }
}
@media (max-width: 991.98px) {
  #sanav .navbar-collapse {
    max-height: calc(100vh - var(--navh));
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  #sanav .megamenu-li {
    position: static;
  }
  #sanav .navbar .navbar-nav .dropdown-menu.megamenu {
    position: absolute;
    left: 0;
    right: 0;
  }
}
#sanav .dropdown-menu.megamenu {
  background-color: transparent;
}
@media (min-width: 992px) {
  #sanav .dropdown-menu.megamenu {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
#sanav .dropdown-menu.megamenu ul li a {
  position: relative;
}
@media (min-width: 992px) {
  #sanav .dropdown-menu.megamenu ul li a::after {
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    transition: all 0.25s linear;
    width: 0;
    height: 3px;
    display: block;
    background: transparent;
    content: "";
  }
  #sanav .dropdown-menu.megamenu ul li a:hover::after {
    background: #bf9a5d;
    height: 3px;
    width: 100%;
  }
  #sanav .dropdown-menu.megamenu ul li a i::after {
    display: none;
  }
}
#sanav .dropdown-menu#product_dk {
  transition: all 0.2s ease-in-out;
  border: none;
}
#sanav .dropdown-menu#product_dk h4 {
  font-size: 1.05rem;
}
@media (min-width: 992px) {
  #sanav .dropdown-menu#product_dk h4 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #sanav .lang.dropdown.show #head_lang_drop.show {
    margin-top: var(--headlangdrop);
    left: auto;
    right: 0;
  }
}
#sanav #lang_drop::before {
  width: 1.4rem;
  height: 1rem;
  display: block;
  content: "";
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../../../img/menu/icons/ic_language.png);
  background-size: contain;
}
#sanav .lang ul {
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991.98px) {
  #sanav .lang ul {
    background-color: transparent;
  }
}
#sanav .lang ul li {
  text-align: center;
  font-size: 0.9rem;
  color: #bf9a5d;
  cursor: pointer;
}
@media (orientation: landscape) and (max-width: 991.98px) {
  #sanav .lang.show ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
  }
  #sanav .lang.show ul li {
    width: 50%;
    max-width: 50%;
  }
}

/* -------------------------------------------------- 
// back to top
-------------------------------------------------- */
#bktop {
  background: #f3f3f5;
  color: #bf9a5d;
  font-size: 1.15rem;
  text-align: center;
}
@media (max-width: 1399.98px) {
  #bktop {
    border-bottom: 1px solid #666666;
  }
}
@media (min-width: 992px) {
  #bktop {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    text-align: right;
    display: none;
  }
}
#bktop::after {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  line-height: 1.3rem;
  content: "";
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../../../img/footer/expand.png);
  background-size: contain;
}

/* -------------------------------------------------- 
// #evtfootban_pad 
-------------------------------------------------- */
#evtfootban_pad {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #5f2d91;
}
#evtfootban_pad img {
  margin: 0 auto;
}
@media (min-width: 576px) {
  #evtfootban_pad .contwrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #evtfootban_pad .contwrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #evtfootban_pad .contwrap {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  #evtfootban_pad .contwrap {
    max-width: 1366px;
  }
}
@media (min-width: 1920px) {
  #evtfootban_pad .contwrap {
    max-width: 1366px;
  }
}
#evtfootban_pad .evtlink {
  color: #fff;
  padding: 1.3rem 3.5rem;
  border: 2px solid #fff;
  text-decoration: none;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s all ease-in-out;
  background: transparent;
}
@media (max-width: 991.98px) {
  #evtfootban_pad .evtlink {
    padding: 1.3rem 1.5rem;
  }
}
#evtfootban_pad .evtlink:hover {
  background: #fff;
}
#evtfootban_pad .evtlink:hover span {
  color: #5f2d91;
}
#evtfootban_pad .evtlink span {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  #evtfootban_pad .evtlink span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  #evtfootban_pad ul {
    max-width: 1366px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #evtfootban_pad ul img {
    max-width: 60%;
  }
}
#evtfootban_pad .evt_ban_mo {
  /* background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; */
}
@media (min-width: 768px) {
  #evtfootban_pad .evt_ban_dk {
    height: 117px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  #evtfootban_pad .evt_ban_dk {
    background-position: 0 50%;
  }
}
/* -------------------------------------------------- 
// #safooter 
-------------------------------------------------- */
#safooter {
  background-color: #000;
  color: #848484;
  padding-bottom: var(--evth);
}
#safooter a:hover {
  text-decoration: none;
  cursor: pointer;
}
#safooter .logos li a:hover {
  cursor: default;
}
#safooter .logos li:last-of-type a:hover {
  cursor: pointer;
}
#safooter h3 {
  font-size: 16px;
  margin: 0;
  transition: all 0.15s linear;
}
#safooter h4 {
  color: #cccccc;
  font-size: 14px;
}
#safooter .menuscross {
  transition: all 0.3s;
  width: 1.1rem;
  height: 1.1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}
#safooter #contactform [class^=contact] {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
}

#footer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px;
}

.grecaptcha-badge {
  visibility: collapse !important;
}

#footermenu,
#EDM,
.logos._B,
#footerlangmenu,
#disclaimer {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  #footermenu {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
#footermenu h3 {
  color: #bf9a5d;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  #footermenu h3 {
    line-height: 2.5;
  }
}
@media (max-width: 767.98px) {
  #footermenu .collapsed > h3 {
    color: #bf9a5d;
  }
}
#footermenu h4 {
  color: #848484;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
  #footermenu h4 {
    padding-bottom: 0;
    line-height: 2.2;
  }
}
#footermenu a:hover h4 {
  color: #fff;
}

@media (min-width: 992px) {
  .footsitemaps > li {
    flex: 0 1 auto;
    max-width: auto;
  }
  .footsitemaps > li:last-child {
    flex: 0 1 24%;
    max-width: 24%;
  }
}
.footsitemaps li ul > a {
  color: #cccccc;
}
@media (min-width: 992px) {
  .footsitemaps .collapsed .collapse,
.footsitemaps .collapse {
    display: block;
    height: 100%;
  }
}
.footsitemaps .panel, .footsitemaps.panel-group .panel + .panel {
  margin-top: 0;
}
.footsitemaps .panel {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .footsitemaps .panel {
    border-bottom: 1px solid #666666;
  }
  .footsitemaps .panel:first-of-type {
    border-top: 1px solid #666666;
  }
}
@media (max-width: 991.98px) {
  .footsitemaps .panel a[data-toggle] {
    background-color: #1d1d1d;
  }
  .footsitemaps .panel a[data-toggle].collapsed {
    background: none;
  }
}
@media (max-width: 991.98px) {
  .footsitemaps .panel .panel-collapse {
    border-top: 1px solid #666666;
    background: #1d1d1d;
  }
  .footsitemaps .panel .panel-collapse.collapsing, .footsitemaps .panel .panel-collapse.in {
    background: #1d1d1d;
  }
}
@media (min-width: 992px) {
  .footsitemaps .panel .panel-collapse {
    padding-top: 0.5em;
  }
  .footsitemaps .panel .panel-collapse li {
    padding-bottom: 0.3em;
  }
}
@media (max-width: 1399.98px) {
  .footsitemaps .panel .panel-collapse#sitemap-product li {
    padding-bottom: 1em;
  }
}
.footsitemaps .panel .panel-collapse h3 {
  color: #cccccc;
}
@media (max-width: 1399.98px) {
  .footsitemaps .panel .panel-collapse li {
    padding: 0.3em 0;
  }
  .footsitemaps .panel .panel-collapse li:first-child {
    padding-top: 1.5rem;
  }
  .footsitemaps .panel .panel-collapse li:last-child {
    padding-bottom: 1em;
  }
  .footsitemaps .panel .panel-collapse li a {
    color: #848484;
  }
  .footsitemaps .panel .panel-collapse li .subfoot01 {
    fill: #848484;
  }
}
.footsitemaps .panel .collapsing,
.footsitemaps .panel .in {
  background: none;
}
@media (max-width: 1399.98px) {
  .footsitemaps .panel .collapsed h3 {
    color: #bf9a5d;
  }
  .footsitemaps .panel .collapsed .menuscross {
    transform: rotate(0deg);
  }
  .footsitemaps .panel h3 {
    color: #bf9a5d;
  }
  .footsitemaps .panel .menuscross {
    transform: rotate(45deg);
  }
}
.footsitemaps .panel > a {
  background: none;
}
@media (max-width: 991.98px) {
  .footsitemaps .panel > a {
    background: none;
  }
  .footsitemaps .panel > a h3 {
    flex: 0 1 auto;
    max-width: 50%;
  }
  .footsitemaps .panel > a .menusprite {
    flex: 0 1 1em;
    max-width: 1em;
  }
}
@media (max-width: 1399.98px) {
  .footsitemaps .panel .panel-collapse {
    padding-left: 2em;
    padding-right: 2em;
  }
}

#sitemap-contact li a::before {
  width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 1 16px;
  max-width: 16px;
  padding-top: 0.3em;
  display: inline-block;
}
#sitemap-contact li.tel a::before {
  padding-top: 0;
  padding-right: 0.1em;
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-telephone%3c/title%3e%3cpath d='M12.5,9.73,9.87,8l-1.46.85-.3-.3h0l-2.6-2.6.85-1.47L4.61,1.83,2,3.59A15,15,0,0,0,3.71,6.66h0l0,0c.23.33.48.65.75,1l.18.22c.26.3.53.6.81.89l0,0A14.77,14.77,0,0,0,6.77,9.94h0c.43.35.87.67,1.31,1l0,0h0a15.39,15.39,0,0,0,2.64,1.42Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}
#sitemap-contact li.mail a::before {
  padding-top: 0;
  padding-right: 0.1em;
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-email%3c/title%3e%3cpath d='M2,3v8H12V3ZM7,9.07,3.3,6.16,4,5.22,7,7.55l3-2.33.74.94Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}
#sitemap-contact li.web a::before {
  padding-top: 0;
  padding-right: 0.1em;
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ctitle%3eic-website%3c/title%3e%3cpath d='M7,2,2,6.43V12H6V9H8v3h4V6.33Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}
#sitemap-contact li.skype a::before {
  margin-top: 0.2rem;
  width: 13px;
  height: 13px;
  flex: 0 1 16px;
  max-width: 16px;
  content: "";
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='27' height='27.2'%3e%3cstyle%3e .st0%7bfill:%23fff%7d.st1%7bfill:%2325a4de%7d %3c/style%3e%3cpath d='M15.9 12.3l-3-.7c-1.1-.3-2.4-.6-2.4-1.7S11.4 8 13 8c3.3 0 3 2.3 4.7 2.3.9 0 1.6-.5 1.6-1.4 0-2.1-3.3-3.6-6.1-3.6-3 0-6.2 1.3-6.2 4.7 0 1.7.6 3.5 3.8 4.3l4 1c1.2.3 1.6 1 1.6 1.6 0 1-1.1 2.1-2.9 2.1-3.6 0-3.1-2.9-5-2.9-.9 0-1.5.6-1.5 1.5 0 1.7 2.1 4 6.6 4 4.3 0 6.5-2.2 6.5-5-.1-1.7-.9-3.6-4.2-4.3z' class='st0'/%3e%3cpath d='M26.2 13.6C26.2 6.5 20.5.8 13.5.8c-.8 0-1.5.1-2.2.2-1.1-.6-2.4-1-3.7-1C3.4 0 0 3.4 0 7.6c0 1.4.4 2.7 1 3.8-.1.7-.2 1.5-.2 2.2 0 7.1 5.7 12.8 12.7 12.8.8 0 1.5-.1 2.2-.2 1.1.6 2.4 1 3.7 1 4.2 0 7.6-3.4 7.6-7.6 0-1.4-.4-2.7-1-3.8.1-.7.2-1.5.2-2.2zm-12.6 8.1c-4.5 0-6.6-2.3-6.6-4 0-.9.7-1.5 1.5-1.5 1.9 0 1.4 2.9 5 2.9 1.8 0 2.9-1.1 2.9-2.1 0-.6-.4-1.3-1.6-1.6l-4-1C7.6 13.6 7 11.8 7 10.1c0-3.5 3.2-4.7 6.2-4.7 2.8 0 6.1 1.5 6.1 3.6 0 .9-.7 1.4-1.6 1.4-1.6 0-1.4-2.3-4.7-2.3-1.6 0-2.5.8-2.5 1.9 0 1.1 1.3 1.4 2.4 1.7l3 .7c3.3.7 4.1 2.6 4.1 4.5 0 2.7-2.2 4.8-6.4 4.8z' class='st1'/%3e%3c/svg%3e");
}
#sitemap-contact li.webchat a::before {
  margin-top: 0.1em;
  width: 17px;
  height: 17px;
  flex: 0 1 17px;
  max-width: 17px;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Layer_1' width='27' height='27'%3e%3cstyle%3e .st0%7bclip-path:url(%23SVGID_2_);fill:url(%23SVGID_3_)%7d.st1%7bfill:%23fff%7d %3c/style%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M13.5 0C6.1 0 0 6.1 0 13.5S6.1 27 13.5 27 27 20.9 27 13.5 20.9 0 13.5 0z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse overflow='visible' xlink:href='%23SVGID_1_'/%3e%3c/clipPath%3e%3clinearGradient id='SVGID_3_' x1='-255.9652' x2='-255.7602' y1='382.6839' y2='382.6839' gradientTransform='scale(131.3245) rotate(-90 63.5134 -319.2733)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2327ab38'/%3e%3cstop offset='.0016' stop-color='%2327ab38'/%3e%3cstop offset='.9517' stop-color='%234cb134'/%3e%3cstop offset='1' stop-color='%234cb134'/%3e%3c/linearGradient%3e%3cpath d='M0 0h27v27H0z' class='st0'/%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_4_' d='M7.3 2.9C4.9 2.9 3 4.8 3 7.2v12.5C3 22.1 4.9 24 7.3 24h12.5c2.4 0 4.3-1.9 4.3-4.3V7.3c0-2.4-1.9-4.3-4.3-4.3H7.3z'/%3e%3c/defs%3e%3cclipPath id='SVGID_5_'%3e%3cuse overflow='visible' xlink:href='%23SVGID_4_'/%3e%3c/clipPath%3e%3cpath d='M18.6 14.8c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7m-3.4 0c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.4 0 .7.3.7.7 0 .4-.3.7-.7.7m5.1 4c1.1-.8 1.8-2 1.8-3.2 0-2.4-2.3-4.3-5.2-4.3-2.8 0-5.2 1.9-5.2 4.3s2.3 4.3 5.2 4.3c.6 0 1.2-.1 1.7-.2h.2c.1 0 .2 0 .3.1l1.1.7h.1c.1 0 .2-.1.2-.2v-.1s-.1-.5-.2-.9v-.1c-.2-.3-.1-.4 0-.4' class='st1'/%3e%3cpath d='M13.2 10.8c-.5 0-.8-.4-.8-.8 0-.5.4-.8.8-.8.5 0 .8.4.8.8s-.4.8-.8.8m-4.1 0c-.5 0-.8-.4-.8-.8 0-.5.4-.8.8-.8.5 0 .8.4.8.8s-.4.8-.8.8m2-4.3c-3.4 0-6.2 2.3-6.2 5.2 0 1.6.8 3 2.1 3.9.1.1.2.2.2.3v.1c-.1.4-.2 1-.2 1v.2c0 .1.1.2.2.2h.1l1.4-.8c.1-.1.2-.1.3-.1h.2c.6.2 1.3.3 2 .3h.3c-.1-.4-.2-.8-.2-1.3 0-2.6 2.5-4.7 5.6-4.7h.3c-.4-2.4-3-4.3-6.1-4.3' class='st1'/%3e%3c/g%3e%3c/svg%3e");
}
#sitemap-contact li.telegram a::before {
  margin-top: 0.1em;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='27' height='27'%3e%3cstyle%3e .st0%7bfill:url(%23SVGID_1_)%7d.st1%7bfill:%23fff%7d.st2%7bfill:%23d3e6f2%7d.st3%7bfill:%23b6d0e5%7d %3c/style%3e%3clinearGradient id='SVGID_1_' x1='13.5' x2='13.5' y2='26.9015' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%2342bde9'/%3e%3cstop offset='1' stop-color='%2322a7dd'/%3e%3c/linearGradient%3e%3ccircle cx='13.5' cy='13.5' r='13.5' class='st0'/%3e%3cpath d='M20.1 7.8L17.7 20s-.3.8-1.3.4l-5.6-4.3-2-1L5.4 14s-.5-.2-.6-.6c-.1-.4.6-.6.6-.6L19 7.4s1.1-.4 1.1.4z' class='st1'/%3e%3cpath d='M10.4 19.8s-.2 0-.4-.7c-.2-.6-1.2-4-1.2-4L17 9.9s.5-.3.5 0c0 0 .1.1-.2.3-.3.2-6.5 5.8-6.5 5.8' class='st2'/%3e%3cpath d='M13 17.7l-2.2 2s-.2.1-.4 0l.4-3.7' class='st3'/%3e%3c/svg%3e");
}
#sitemap-contact li span {
  font-size: 0.9rem;
  padding: 0 0 0 0.3rem;
  flex: 0 1 calc(100% - 0.3rem - 14px);
  max-width: 90%;
  color: #848484;
}

@media (min-width: 992px) {
  #EDM {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#EDM h2 {
  color: #bf9a5d;
  font-size: 1rem;
  padding: 0 0 0.5em 1.5em;
  margin: 0 0 0.5em;
  line-height: 1;
  text-align: left;
  background-position: 0 0%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Icons' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3ctitle%3eic-newletter%3c/title%3e%3cpath d='M16.93,8.31l0-.05L10,2.93,3,8.26l0,.05H3V17H17V8.31ZM10,13,4.57,8.83l.67-.52L10,4.68l4.76,3.63.67.52Z' fill='%23bf9a5d'/%3e%3c/svg%3e");
}
#EDM #mc_embed_signup {
  background: transparent;
  font-family: "Helvetica", "Arial", "微軟正黑體", "Microsoft JhengHei", "MingLiU", "微軟正黑體", "Ubuntu Mono", "微軟雅黑", "Hei", "sans-serif";
}
#EDM #mc_embed_signup form {
  padding: 0 !important;
}
#EDM #mc_embed_signup .mc-field-group {
  padding-bottom: 0;
  float: none;
  top: 0;
}
#EDM #mc_embed_signup .mc-field-group label,
#EDM #mc_embed_signup .mc-field-group input {
  display: block;
}
#EDM #mc_embed_signup .mc-field-group label {
  color: #bf9a5d;
  font-size: 0.9rem;
  padding-right: 0.5em;
  font-weight: normal;
}
#EDM #mc_embed_signup .mc-field-group input {
  width: 100%;
  border: none;
  padding: 8px 0;
  text-indent: 2%;
}
#EDM #mc_embed_signup .asterisk {
  font-size: 1em;
  top: 3px;
  color: #e85c41;
  position: relative;
}
#EDM #mc_embed_signup input {
  border-radius: 0;
}
#EDM #mc_embed_signup div.mce_inline_error,
#EDM #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background: transparent;
  color: #fff;
  border-radius: 0;
  margin: 0.5em 0 0;
}
#EDM #mc_embed_signup div#mce-responses {
  padding: 0em;
  width: 100%;
  margin: 0;
}
#EDM #mc_embed_signup div.response {
  padding: 0;
  width: 100%;
}
#EDM .form-control {
  border-radius: 0;
  border-color: #cccccc;
  color: #666666;
}
#EDM .form-control label {
  font-size: 0.9rem;
}
#EDM #mc-embedded-subscribe {
  font-weight: normal;
  color: #fff;
  font-size: 1rem;
  background-color: #bf9a5d !important;
  border: 1px solid #bf9a5d;
  border-radius: 0;
  padding: 0.5em 2em;
  margin: 0.8em 0 0;
}
#EDM #mc-embedded-subscribe:hover, #EDM #mc-embedded-subscribe.active {
  background-color: #3c7067 !important;
  border: 1px solid #3c7067;
}
#EDM #mce-success-response {
  color: #3c7067;
}

#footersoc .soc > li {
  width: 2.5rem;
  min-height: 1rem;
}
#footersoc .soc > li p {
  margin: 0;
  word-break: break-all;
}
#footersoc .soc > li.soc-fb {
  background-image: url(../../../img/logos/Facebook.png);
}
#footersoc .soc > li.soc-twitter {
  background-image: url(../../../img/logos/Twitter.png);
}
#footersoc .soc > li.soc-yt {
  background-image: url(../../../img/logos/Youtube.png);
}
#footersoc .soc > li.soc-wechat {
  background-image: url(../../../img/logos/Wechat.png);
}
#footersoc .soc > li.soc-skype {
  background-image: url(../../../img/logos/Skype.png);
}
#footersoc .soc > li.soc-weibo {
  background-image: url(../../../img/logos/Weibo.png);
}
#footersoc .soc > li.soc-youku {
  background-image: url(../../../img/logos/youtku.png);
}
#footersoc .soc > li.soc-linkedin {
  background-image: url(../../../img/logos/linkedin.png);
}
#footersoc .soc > li.soc-telegram {
  background-image: url(../../../img/logos/Telegram.png);
}
#footersoc .soc a {
  color: #666666;
  width: 2rem;
  height: 2rem;
  display: block;
}
#footersoc .soc a p {
  text-indent: -9999px;
}
#footersoc .soc .tooltip {
  background: #1d1d1d;
  padding: 1em 1.5em;
  opacity: 100%;
}
#footersoc .soc .tooltip-inner {
  background: none;
}
#footersoc .soc .tooltip-arrow {
  display: none;
}

@media (max-width: 1399.98px) {
  .logos._A {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .logos._B {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.logos h3 {
  color: #bf9a5d;
}

#footerlangmenu {
  position: relative;
  text-align: right;
  color: #cccccc;
}
@media (min-width: 992px) {
  #footerlangmenu {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (max-width: 1399.98px) {
  #footerlangmenu {
    text-align: center;
    color: #bf9a5d;
  }
}
@media screen and (max-width: 991.98px) and (orientation: landscape) {
  #footerlangmenu {
    padding-bottom: 30vh;
  }
}
#footerlangmenu a {
  color: #cccccc;
}
@media (max-width: 1399.98px) {
  #footerlangmenu a {
    color: #bf9a5d;
  }
}
#footerlangmenu:hover #langdropdown::after, #footerlangmenu.open #langdropdown::after {
  transform: rotate(180deg);
}
#footerlangmenu #dLabel {
  padding: 1.416em 0;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  #footerlangmenu #dLabel {
    justify-content: center;
    background: #1d1d1d;
  }
}
#footerlangmenu #dLabel::before, #footerlangmenu #dLabel::after {
  width: 1em;
  height: 1em;
  display: inline-block;
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  flex: 0 1 1.5em;
  max-width: 1.5em;
}
#footerlangmenu #dLabel::before {
  background-image: url(../../../img/footer/ic_language_grey.png);
}
@media (max-width: 1399.98px) {
  #footerlangmenu #dLabel::before {
    background-image: url(../../../img/footer/ic_language.png);
  }
}
#footerlangmenu #dLabel::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='3px'%3e%3cpath fill-rule='evenodd' fill='%23848484' d='M7.009,-0.000 L3.500,3.007 L-0.009,-0.000 '/%3e%3c/svg%3e");
}
@media (max-width: 1399.98px) {
  #footerlangmenu #dLabel::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='3px'%3e%3cpath fill-rule='evenodd' fill='%23bf9a5d' d='M7.009,-0.000 L3.500,3.007 L-0.009,-0.000 '/%3e%3c/svg%3e");
  }
}
#footerlangmenu #dLabel p {
  flex: 0 1 auto;
  max-width: 80%;
  margin: 0;
  padding: 0 0 0 0.5em;
  line-height: 1em;
  transition: all 0.3s;
  color: #737877;
  font-size: 14px;
}
#footerlangmenu ul {
  position: absolute;
  margin: 0;
  padding: 1.5rem 0;
}
@media (max-width: 1399.98px) {
  #footerlangmenu ul {
    width: 100%;
  }
}
#footerlangmenu ul li {
  text-align: center;
  font-size: 0.9rem;
  line-height: 3;
  color: #bf9a5d;
  cursor: pointer;
}
#footerlangmenu:hover ul {
  z-index: 9990;
}
#footerlangmenu .dropdown-menu {
  bottom: 100%;
  right: 0;
  top: auto;
  left: auto;
}
#footerlangmenu .dropdown-menu.show {
  border: none;
  background-color: transparent;
}
#footerlangmenu .dropdown-menu.show li {
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1399.98px) {
  #footerlangmenu .dropdown-menu.show a {
    line-height: 2.2em;
  }
}
#footerlangmenu .dropdown-menu.show a:hover {
  color: #fff;
}
@media (orientation: landscape) and (max-width: 991.98px) {
  #footerlangmenu .dropdown-menu.show {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
  }
  #footerlangmenu .dropdown-menu.show li {
    width: 50%;
    max-width: 50%;
  }
}

#disclaimer {
  color: #737877;
  text-align: center;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  #disclaimer {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

/* -------------------------------------------------- 
// anibtn
-------------------------------------------------- */
.btn-wrapper {
  display: inline-block;
  padding-bottom: 1rem;
}
.btn-wrapper a {
  text-decoration: none;
}
.btn-wrapper button,
.btn-wrapper input[type=button] {
  display: inline-block;
  height: 2.8rem;
  line-height: 2.8;
  padding: 0 30px;
  border: none;
  border-radius: 5px;
  color: white;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  max-width: 15.6rem;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .btn-wrapper p {
    font-size: 1rem;
  }
}
.btn-wrapper ul {
  margin: 0;
  list-style: none;
}

.anibtn button,
.anibtn input[type=button] {
  padding: 0;
  background: transparent;
  border-radius: 10px;
  width: 13.7rem;
  position: relative;
  overflow: hidden;
}
.anibtn svg:not(:root) {
  height: 46px;
}
.anibtn .btn-BG {
  width: 13.7rem;
  height: 2.8rem;
  fill: #bf9a5d;
  opacity: 1;
}
.anibtn.long button,
.anibtn.long input[type=button] {
  width: 19rem;
}
.anibtn.long .btn-BG {
  width: 19rem;
}
.anibtn:hover .btn-BG {
  opacity: 1;
}
.anibtn p {
  padding-top: 0.9rem;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ru .anibtn p {
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  .anibtn p {
    font-size: 0.9rem;
  }
  .ru .anibtn p {
    font-size: 0.8rem;
  }
}
.anibtn i.chip1, .anibtn.standby i.chip1 {
  width: 44px;
  height: 46px;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  transform: rotate(-180deg);
  top: 0;
  left: -44px;
  background-image: url(../../../img/anibtn/gold_chip.png);
  pointer-events: none;
}

.staticbtn button,
.staticbtn input[type=button] {
  padding: 0;
  background: transparent;
  border-radius: 10px;
  width: 13.7rem;
  position: relative;
  overflow: hidden;
}
.staticbtn svg:not(:root) {
  height: 46px;
}
.staticbtn .btn-BG {
  width: 13.7rem;
  height: 2.8rem;
  fill: #bf9a5d;
  opacity: 1;
}
.staticbtn.long button,
.staticbtn.long input[type=button] {
  width: 19rem;
}
.staticbtn.long .btn-BG {
  width: 19rem;
}
.staticbtn p {
  padding-top: 0.9rem;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ru .staticbtn p {
  font-size: 0.9rem;
}
@media (max-width: 991.98px) {
  .staticbtn p {
    font-size: 0.9rem;
  }
  .ru .staticbtn p {
    font-size: 0.8rem;
  }
}

/* -------------------------------------------------- 
// .contwrap + .controw
-------------------------------------------------- */
/* -------------------------------------------------- 
// soclinks
-------------------------------------------------- */
.soclinks li {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
@media (max-width: 1399.98px) {
  .soclinks li {
    padding-bottom: 0.35rem;
  }
}
.soclinks a {
  color: #fff;
}
.soclinks a:hover {
  text-decoration: none;
}
.soclinks .soc-link {
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  text-align: center;
  transition: color 0.3s;
}
.soclinks .soc-link:before {
  -ms-grid-row-align: center;
      align-self: center;
}

.movbtn .youtube {
  width: 7rem;
  height: 5rem;
  content: "";
  background-size: contain;
  background-image: url(img/youtube_icon_o_l.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.movbtn .youtube:before {
  -ms-grid-row-align: center;
      align-self: center;
}

.soc-link.youku {
  background-color: #fff;
}

.soc-link.facebook-f {
  background-color: #3b5998;
}

.soc-link.skype {
  background-color: #00aff0;
}

.soc-link.weibo {
  background-color: #e6162d;
}

.soc-link.twitter {
  background-color: #1da1f2;
}

.soc-link.weixin {
  background-color: #47b133;
}

.soc-link.youtube {
  background-color: #ff0000;
}

.soc-link.telegram-plane {
  background-color: #0088cc;
}

.soc-link.envelope {
  background-color: #ffc107;
}

/* -------------------------------------------------- 
// main
-------------------------------------------------- */
#main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
  z-index: 0;
  clear: both;
  margin-top: var(--navh);
}

/* -------------------------------------------------- 
// ICE 2020
-------------------------------------------------- */
header#pagehead {
  /*  @include media-breakpoint-down(lg) {
     padding-top:84px;
   } */
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #1a1a1a;
  background-size: contain;
  background-image: url(img/header_mo_en.jpg);
}
@media (min-width: 992px) {
  header#pagehead {
    background-position: 50% 50%;
    background-image: url(img/_header_en.jpg);
  }
}
[data-lang=tc] header#pagehead {
  background-image: url(img/header_mo_tc.jpg);
}
@media (min-width: 992px) {
  [data-lang=tc] header#pagehead {
    background-image: url(img/_header_tc.jpg);
  }
}
[data-lang=sc] header#pagehead {
  background-image: url(img/header_mo_sc.jpg);
}
@media (min-width: 992px) {
  [data-lang=sc] header#pagehead {
    background-image: url(img/_header_sc.jpg);
  }
}
header#pagehead div {
  position: relative;
}
header#pagehead div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 95.3815261044%;
}
header#pagehead div > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  header#pagehead div {
    position: relative;
    padding-bottom: 83px;
  }
  header#pagehead div:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.1875%;
  }
  header#pagehead div > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
header#pagehead::after {
  display: block;
  content: "";
  width: 100%;
  height: 4rem;
  position: relative;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin-bottom: -4rem;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 83' preserveAspectRatio='xMinYMin meet'%3e%3cpath d='M0 62.3h1920v-8.6C1681.8 20.7 1339.9 0 960 0S238.3 20.7 0 53.7v8.6z' fill-rule='evenodd' clip-rule='evenodd' fill='%23bf9a5d'/%3e%3cpath d='M1920 58.7C1681.8 25.7 1339.9 5 960 5S238.3 25.7 0 58.7V83h1920V58.7z' fill-rule='evenodd' clip-rule='evenodd' fill='%23f7f7f7'/%3e%3c/svg%3e");
}
@media (min-width: 992px) {
  header#pagehead::after {
    height: 83px;
    top: -83px;
    margin-bottom: -83px;
  }
}

/* -------------------------------------------------- 
// .masonry
-------------------------------------------------- */
.masonry {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .masonry {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .masonry {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}

.grid-sizer,
.grid-item {
  width: 100%;
}
@media (min-width: 992px) {
  .grid-sizer,
.grid-item {
    width: 50%;
  }
}

.gutter-sizer {
  width: 1.5rem;
}

.grid-item {
  padding: 0 0 3.5rem;
}
@media (min-width: 992px) {
  .grid-item {
    padding: 0 1.5rem 3.5rem;
  }
}
.grid-item a {
  cursor: pointer;
}
.grid-item article {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.grid-item header h2 {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.grid-item header h3 {
  color: #b0b0b0;
  font-size: 1.6rem;
  margin: 0;
  padding-top: 0.3rem;
  font-weight: normal;
}
.grid-item .poster,
.grid-item section {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}
.grid-item section {
  background-color: #fff;
  padding: 1rem 3rem 2.5rem;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .grid-item section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.grid-item section p {
  padding: 0.5rem 0 0.5rem;
}
.grid-item .evt_poster {
  width: 100%;
}
@media (min-width: 576px) {
  body .grid-item p {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
}

/* -------------------------------------------------- 
// .lity
-------------------------------------------------- */
.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  color: #bf9a5d;
  font-family: "Noto Sans", sans-serif, "Noto Sans TC", "Segoe UI", "source-han-sans-traditional", "微軟正黑體", Microsoft JhengHei MingLiU, "微軟正黑體", 微軟雅黑, "Hei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 992px) {
  .lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    font-size: 4rem;
    width: 4rem;
    height: 4rem;
    top: 1.5rem;
    right: 1rem;
  }
}

/* -------------------------------------------------- 
// .swiper
-------------------------------------------------- */
.swiper-slide {
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #bf9a5d;
  width: 1.56rem;
}
@media (min-width: 768px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 3.125rem;
  }
}

/* -------------------------------------------------- 
// .evt_body
-------------------------------------------------- */
.intro {
  text-align: center;
}
.intro > p {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: 8.3333333333%;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) and (max-width: 1919.98px) {
  .intro > p {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .intro > p {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
}

.evt_body {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f7f7f7;
  background-size: 77rem 73rem, 77rem 73rem;
  background-position: -15% 10%, 115% 80%;
  background-repeat: no-repeat, no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1278 1207.3' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st2%7bfill:%23be9543%7d.st4%7bopacity:.4%7d.st5%7bopacity:.5%7d.st8%7bopacity:.6%7d %3c/style%3e%3cg opacity='.25'%3e%3cg opacity='.3'%3e%3cpath class='st2' d='M727.3 1207.3l-120.4-27.9 318.2-47.2-197.8 75.1zm-105.1-27.4l104.9 24.4 171.2-65.3-276.1 40.9z'/%3e%3cpath class='st2' d='M614.6 1181.1l-.5-2.9 176.1-37.2 121.4-6.9v3l-297 44zm264.7-42.2l-88.7 5-128.8 27.2 217.5-32.2z'/%3e%3cpath class='st2' d='M614.3 1181.6l-91.5-80.7 153.5 25.5-62 55.2zm-81.5-76.1l81.5 72.2 56-49.4-137.5-22.8zM942.7 1057.3l-118.8-4.5 123.4-108.1-4.6 112.6zm-110.9-7.2l108.5 4.2 4.2-102.6-112.7 98.4z'/%3e%3cpath class='st2' d='M939.9 1059.4l4.6-112.5 122.8-14.2-127.4 126.7zm7.4-109.9l-4.2 102.6 116-115.5-111.8 12.9zM1192.2 806.8l-51.1-35.4 68.7-65.7-17.6 101.1zm-46.4-35.8l44.3 30.8 15.3-87.8-59.6 57z'/%3e%3cpath class='st2' d='M1141.4 775.3l25.7-176.4 42.3 111.7-68 64.7zm26.9-165.1l-22.8 157 60.6-57.7-37.8-99.3z'/%3e%3cpath class='st2' d='M1208.9 717.4l-42.8-113.1v-.5l48.3-102.7-5.5 216.3zm-39.7-113l36.8 97.9 4.4-187.3-41.2 89.4z'/%3e%3cpath class='st2' d='M1216 514.5l-73.8-83.2 13.3-97.5 60.5 180.7zm-70.7-84.3l63.4 71.5-52-155.2-11.4 83.7zM1089.1 677l.5-160.8 79.8 88.3-80.3 72.5zm3.6-153l-.7 146.6 73.5-66-72.8-80.6z'/%3e%3cpath class='st2' d='M1169.7 608.9l-80.1-88.7 55.2-93.8 24.9 182.5zm-76.6-89.1l72.4 80.1-22.6-164.8-49.8 84.7z'/%3e%3cpath class='st2' d='M1091 523.3L1035.1 380l110.7 49.9-54.8 93.4zm-50.5-137.7l51.1 131 49.9-85.3-101-45.7z'/%3e%3cpath class='st2' d='M1142.4 431.3l-75.5-163.2 40.3 36.7 38 125.5-2.8 1zm-66.5-151.2l60.6 130.9-31.9-104.6-28.7-26.3zM527.8 1105.4L451 999.7l157 22.5-80.2 83.2zm-70.3-101.8l70.7 97.3 73.8-76.7-144.5-20.6z'/%3e%3cpath class='st2' d='M607.2 1025.1l-156.5-22.5 101-91.5 55.5 114zm-149.7-24.5l144.9 20.7L551 915.9l-93.5 84.7zM367 1064.7L212.4 862.8l105.5 74.1 49.1 127.8zM226.3 876.2l130.6 170.6-41.6-108.1-89-62.5z'/%3e%3cpath class='st2' d='M319 941.3l-101.9-71.6 67.7-66.5L319 941.3zm-97.3-71.9l92.6 65-31-125.4-61.6 60.4z'/%3e%3cpath class='st2' d='M218.8 872l-52.5-121.9 120.5 55.6-68 66.3zm-47-116.4l48.1 111 61.6-59.8-109.7-51.2z'/%3e%3cpath class='st2' d='M286.1 808.7l-119.8-55.3 87.9-80.7 31.9 136zm-114.6-56.1l110.4 50.9-29.4-124.8-81 73.9z'/%3e%3cpath class='st2' d='M167.7 756.1l-13.6-160.2 101.5 79.5-87.9 80.7zM158 602.4L170.5 750l80.9-74.3-93.4-73.3z'/%3e%3cpath class='st2' d='M254.8 678.6l-101.2-79.7 101.2-87.3v167zM158 598.9l93.7 73.4V517.9l-93.7 81z'/%3e%3cpath class='st2' d='M154.2 602.5l9.7-160.7 91.5 72.9-101.2 87.8zm12.2-154.9l-8.8 148.1 93.5-80.9-84.7-67.2z'/%3e%3cpath class='st2' d='M254.3 517.4l-91.5-72.9 118.7-70.2-27.2 143.1zm-86.5-72.6l84.6 67.2 25-132.3-109.6 65.1z'/%3e%3cpath class='st2' d='M162.4 448.1l48.1-126.8 71.6 55.7-119.7 71.1zM211.8 326l-43.7 115.3 108.7-64.6-65-50.7z'/%3e%3cpath class='st2' d='M209.3 326.7l11.8-103.1 98.1 23.1-109.9 80zm14.3-99.8L213 320.4l99.3-72.3-88.7-21.2z'/%3e%3cpath class='st2' d='M316.7 249.5L218.8 226l136.6-93-38.7 116.5zm-90.8-24.9l88.8 21 35-105.6-123.8 84.6z'/%3e%3cpath class='st2' d='M219.2 229.3l43.3-108.1 93.9 14-137.2 94.1zm45.1-104.5l-38.8 96.7 123.1-84.2-84.3-12.5z'/%3e%3cpath class='st2' d='M353.1 138l-94.7-14.1 182.5-85.3-87.8 99.4zm-84.7-15.6l83.2 12.5L429 47.2l-160.6 75.2z'/%3e%3cpath class='st2' d='M313.2 250.1l38.4-115.8L454 187.8l-140.8 62.3zm40.2-111.6l-35.3 106.2 129.1-57.1-93.8-49.1z'/%3e%3cpath class='st2' d='M452.3 190.3l-102.1-53.5 85.7-97.5 16.4 151zM354.8 136l94.3 49.2-15.4-139-78.9 89.8zM553.8 915.6l-149.2-40.8 101.7-97.5 47.5 138.3zm-143.4-42.2L549 911.3l-44-128.7-94.6 90.8z'/%3e%3cpath class='st2' d='M406.7 876.9l-35.2-147.4 136.9 49.9-101.7 97.5zm-31.2-142.7l32.8 137.1 94.6-90.7-127.4-46.4z'/%3e%3cpath class='st2' d='M507.4 782.4l-137-50.4 105.9-77.2 31.1 127.6zm-130.8-50.9l126.9 46.2L474.1 660l-97.5 71.5z'/%3e%3cpath class='st2' d='M372.2 734.6l-12-146.7L478 657.1l-105.8 77.5zm-8.3-141.4L375 729l97.9-71.4-109-64.4z'/%3e%3cpath class='st2' d='M476.9 660.2l-117.8-69.6L476.9 520v140.2zm-112.1-69.6L474.1 655V525.3l-109.3 65.3z'/%3e%3cpath class='st2' d='M360.2 593.3l12-150.3L478 522.9l-117.8 70.4zm14.6-144.7l-11.1 139.3 109.1-65.4-98-73.9z'/%3e%3cpath class='st2' d='M476.3 525.2l-105.8-79.8 137.2-49.9-31.4 129.7zm-99.8-79l97.6 73.9 29.1-119.9-126.7 46z'/%3e%3cpath class='st2' d='M371.6 448l26.7-137.2 110.4 87.6L371.6 448zm28.6-131.9l-25 127.3 127.2-46.1-102.2-81.2z'/%3e%3cpath class='st2' d='M506.4 400.3l-110.3-87.4 155-47.6-44.7 135zm-104.1-86.2l102.6 81.3 41.6-125.6-144.2 44.3z'/%3e%3cpath class='st2' d='M396.7 316.1L450 185.3l101.8 83.2-155.1 47.6zm54.5-125.7l-49.4 120.8 144-44.2-94.6-76.6z'/%3e%3cpath class='st2' d='M549 269.9l-102.1-83.2L601.2 161 549 269.9zm-94.9-81.3l94.2 76.7 48.2-100.4-142.4 23.7z'/%3e%3cpath class='st2' d='M447.3 189.7l77.3-106.5 77.4 81.3-154.7 25.2zm77.6-102.4l-71 98.3L596 162l-71.1-74.7zM409.6 877l-128.2-70.7 92.8-77L409.6 877zm-123-71.2l118.6 65.4-32.6-136.7-86 71.3z'/%3e%3cpath class='st2' d='M282.8 808.7l-31.6-135.8L376 731.1l-93.2 77.6zm-27.7-130.6l29.8 125.3 85.9-71.5-115.7-53.8z'/%3e%3cpath class='st2' d='M375.2 734.3l-124.8-58.2 112.8-88.3 12 146.5zm-119.1-59.1l115.7 54.2-11.1-136.1-104.6 81.9z'/%3e%3cpath class='st2' d='M251.9 678.6V512.2l112.5 78.4-112.5 88zm2.9-161.1v155l104.7-81.9-104.7-73.1z'/%3e%3cpath class='st2' d='M363.2 593.3l-112.6-78.7 124.8-71.5-12.2 150.2zM256 514.9l104.7 73 11.1-139.5L256 514.9z'/%3e%3cpath class='st2' d='M251.3 517.5l27.1-143.2 97.8 71.7-124.9 71.5zm29.2-138.1l-25 132.5L371 445.3l-90.5-65.9zM604.6 1025.7l-55.6-114 145 16.6-89.4 97.4zM554 914.9l51.3 105.4 82.6-90.2L554 914.9z'/%3e%3cpath class='st2' d='M693.7 930.9l-145.3-16.6 86.9-87.7 58.4 104.3zm-139-18.5l133.6 15.1-53.6-95.7-80 80.6z'/%3e%3cpath class='st2' d='M713.9 1035.9l-112-11.6 89.9-98.3 22.1 109.9zM608 1022l102.2 10.6-19.9-100.3L608 1022z'/%3e%3cpath class='st2' d='M711.2 1037l-22-109.5 135.7 13.4-113.7 96.1zm-18.4-106.2l20.2 100.6 104.7-88.3-124.9-12.3z'/%3e%3cpath class='st2' d='M824.2 943.7l-136.3-13.4 75.4-79.9 60.9 93.3zM694.1 928l124.3 11.9-55.6-85.1-68.7 73.2z'/%3e%3cpath class='st2' d='M826.4 1054.5l-6.7-114 129.7 6.5-123 107.5zm-3.5-110.9l6.2 104.8 113-98.8-119.2-6z'/%3e%3cpath class='st2' d='M947.7 949.8l-129.5-6.5 94.1-109.8 35.4 116.3zm-123.3-9.2l119.4 6.1L911 839.5l-86.6 101.1zM982.2 712.2l43.3-119.8 67.7 81.9-111 37.9zm44.2-113.9l-39.3 109.2 101.1-34.5-61.8-74.7z'/%3e%3cpath class='st2' d='M1092 677.7l-68-82.3 68.8-79.7-.8 162zm-64.2-82.2l61.3 74.1.5-145.6-61.8 71.5zM676.6 1129.4l-151.6-25 80.2-83.2 71.4 108.2zM531 1102.2l139.5 23.2-65.7-99.8-73.8 76.6z'/%3e%3cpath class='st2' d='M618.9 1181.7l-185.5-23.1 94.7-57.2 90.8 80.3zm-176.6-25l167.6 21-82-72.6-85.6 51.6z'/%3e%3cpath class='st2' d='M437.5 1159.6l-79.4-106.4 173.5 49.5-94.1 56.9zM366 1058.3l72.5 97.3 86.2-52-158.7-45.3z'/%3e%3cpath class='st2' d='M442.3 1161.1l-176.6-74.9 96.8-31.9.7.9 79.1 105.9zM274 1086.2l159.5 68-72-96.7-87.5 28.7z'/%3e%3cpath class='st2' d='M268.9 1087.9l-43.3-113.7 139.8 82.2-96.5 31.5zm-37.5-107l39.3 103.3 87.8-28.8-127.1-74.5z'/%3e%3cpath class='st2' d='M275.5 1089.6l-74.9-28.7-35.8-85.3 110.7 114zm-73-31l61.6 23.5-90.8-93.1 29.2 69.6z'/%3e%3cpath class='st2' d='M358.2 1164.5l-168.9-110.8 81.4 31.3 89.2 77.1-1.7 2.4zm-144.5-98.3l127.7 83.2L269 1087l-55.3-20.8z'/%3e%3cpath class='st2' d='M358.6 1164.5l-96.8-83.2 182.2 77.6-85.4 5.6zm-80.7-73.5l81.7 70.5 72.1-5.1-153.8-65.4z'/%3e%3cpath class='st2' d='M535.4 1198.2l-187.7-35.7 90.4-6.3 97.3 42zm-164.9-34.4l139.4 26.5-72.3-31.1-67.1 4.6z'/%3e%3cpath class='st2' d='M522.4 1195.8l-94.6-40.8 197 25-102.4 15.8zm-74.8-35.5l74.9 32.4 81.1-12.8-156-19.6z'/%3e%3cpath class='st2' d='M727.1 1207.2L509 1194.9l105.5-16.6 112.9 26.2-.3 2.7zm-190.8-13.7l173.9 9.9-95.9-22.3-78 12.4zM221.8 871.6l-94.6-21.2 41.6-101.1 53 122.3zm-90.5-23.2l85.5 19.1-47.9-110.6-37.6 91.5z'/%3e%3cpath class='st2' d='M129.1 853.6L75.3 684.3l95.4 68.2-41.6 101.1zM80.8 691.8l48.7 153.3 37.6-91.5-86.3-61.8zM75.5 513.1L120.6 354l46.5 91.5-91.6 67.6zM121.4 362L80.7 505.6l82.7-61.4-42-82.2z'/%3e%3cpath class='st2' d='M165.4 448.3l-46.5-91.5 94.7-35.8-48.2 127.3zM123 358.7l42 82.1 43.6-115-85.6 32.9zM136.3 959.1l-65.2-57v-.6l-4.6-115.7 69.8 173.3zM74 900.9l55 48-59.2-146.2 4.2 98.2z'/%3e%3cpath class='st2' d='M74.9 912.2L8.3 704.3l61.1 89.6 5.5 118.3zM16.6 722.5l54.1 168.2-4.2-95.9-49.9-72.3z'/%3e%3cpath class='st2' d='M71.2 901.9L10.6 713.7l5.1-117.3 58.2 304.9-2.7.6zM13.5 713.3l53.1 164.9-49.1-256.8-4 91.9z'/%3e%3cpath class='st2' d='M13.5 713.6h-2.9L3.9 519.1h2.9L18 608.6l-4.5 105zm-5.2-162l4.2 123.9 2.9-66.5-7.1-57.4z'/%3e%3cpath class='st2' d='M16.6 620.4L3.9 518.9l40.4-111.3-27.7 212.8zM6.9 519.2l9.7 78 21.3-163.5-31 85.5z'/%3e%3cpath class='st2' d='M14.2 615.5L40.4 415l39.3 94.6v.6L14.2 615.5zm27.4-189.3l-22.7 176 57.6-93-34.9-83z'/%3e%3cpath class='st2' d='M78.4 513.9l-39-93.7 84.3-66-45.3 159.7zM42.9 421l34.9 84 40.6-143.1L42.9 421z'/%3e%3cpath class='st2' d='M36.5 426.1l94.8-176.6-9 109.2-85.8 67.4zM127.3 263L45.7 415.1l73.8-58.2 7.8-93.9z'/%3e%3cpath class='st2' d='M36.5 426.1l94.8-176.6-9 109.2-85.8 67.4zM127.3 263L45.7 415.1l73.8-58.2 7.8-93.9z'/%3e%3cpath class='st2' d='M119 363.9l8.9-108.1 149.7-145.6L119 363.9zm11.8-107.1l-7.8 95.3 139.7-223.3-131.9 128z'/%3e%3cpath class='st2' d='M130.3 257.2l-2.2-1.9 70.7-98 80.1-44.5-148.6 144.4zm70.5-97.7l-60.6 83.9 121.1-117.5-60.5 33.6z'/%3e%3cpath class='st2' d='M200.5 159.7l-1.6-2.5 159.3-106 1.7 2.4-88.7 66.5-70.7 39.6zm117.6-78.2L231 139.7l38.6-21.4 48.5-36.8z'/%3e%3cpath class='st2' d='M258.3 126.5l99.8-75.4 85-10.8-184.8 86.2zm101.4-72.6l-77.4 58.2 143.3-66.5-65.9 8.3zM531.8 1105.8l-173.5-49.9 96.4-56.6 77.1 106.5zm-166.4-50.4l158.6 45.2-70.5-97-88.1 51.8zM784.4 1144.3l159.7-91.5-31.4 84.5-128.3 7zm154.2-85.2l-141.9 81.6 114-6.5 27.9-75.1z'/%3e%3cpath class='st2' d='M908.4 1140.4l31.5-85.8 114.4-37.3-145.9 123.1zm34.1-83.2l-27.5 74 126.3-106.2-98.8 32.2z'/%3e%3cpath class='st2' d='M936 1059.1l129.3-128.8-16.1 91.5-113.2 37.3zM1060.8 939l-114.1 113.5 99.8-32.5 14.3-81z'/%3e%3cpath class='st2' d='M1045.3 1027.3l16.6-93.5h.5l91.5-63.8-108.6 157.3zm19.1-91.5l-13.9 78.9 92.1-133.1-78.2 54.2zM116.4 361.2l108.1-140.9-12.1 104.1-96 36.8zm103.9-130.7l-95 124.3 84.5-32.2 10.5-92.1zM1144.3 775.9l-55.5-102.1 80.9-72.8-25.4 174.9zm-51.9-102.2l49.9 92.7 23-158-72.9 65.3zM829.3 1053.2l-120.6-18 114-96.2 6.6 114.2zm-114-20l110.6 16.6-6.2-104.7-104.4 88.1zM945.2 951.6l-35.4-116.4 130.8-21.9-95.4 138.3zm-31.7-113.9L946.2 945l88.1-127.5-120.8 20.2z'/%3e%3cpath class='st2' d='M908.9 838.4L984.7 707l55 109.6-130.8 21.8zM984.5 713l-70 121.5 120.9-20.1L984.5 713z'/%3e%3cpath class='st2' d='M1037.7 819.1L982.6 709l110.5-37.8-55.4 147.9zM986.6 711l50.7 101.1 50.8-135.7L986.6 711zM673.7 1130.5l-71.7-109 112.1 11.6-40.4 97.4zM607.8 1025l65.3 99.2 36.8-88.8-102.1-10.4zM206.8 1068.7L71.4 902.4l2.1-2.1 96.6 81.2 36.7 87.2zM83.2 912.5l112.7 138.6-28.4-67.8-84.3-70.8z'/%3e%3cpath class='st2' d='M273.5 1091.7L127.7 951.2l102 25v.7l43.8 114.8zM137.6 956.5l128.6 123.9-38.6-101.6-90-22.3z'/%3e%3cpath class='st2' d='M232.3 980l-101.1-25v-1.2l-3.5-109.1L232.3 980zm-98.2-27.2l90.5 22.4-93.7-121.4 3.2 99z'/%3e%3cpath class='st2' d='M230.4 982.4L125.7 847l95.1 21.3 9.6 114.1zm-97.3-130.8l93.6 121.5-8.3-102.1-85.3-19.4z'/%3e%3cpath class='st2' d='M134.4 962.1L64.2 788.9l66.5 59.7 3.7 113.5zM71.7 799.6l59.2 146.2-3.1-95.8-56.1-50.4z'/%3e%3cpath class='st2' d='M132.3 854l-65.8-59.1 10.6-114.2L132.3 854zm-62.8-60.3l56.7 51-47.4-149.8-9.3 98.8z'/%3e%3cpath class='st2' d='M68.7 802.3L13.1 602l66.5 85.6-10.9 114.7zM20 615.5l47.3 170.8 9.2-97.8-56.5-73z'/%3e%3cg opacity='.8'%3e%3cg class='st4'%3e%3cpath class='st2' d='M1143.4 771.2l-80.3 163.5 85.3-59.3z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M1212.4 508l-44.8 96.4-23.8-173.7z'/%3e%3c/g%3e%3cg opacity='.2'%3e%3cpath class='st2' d='M552.5 913.5l-144.1-39.4 46.7 127.5z'/%3e%3cpath class='st2' d='M317.5 937.9l90.9-63.8 46.7 127.5z'/%3e%3cpath class='st2' d='M317.5 937.9l45.4 117.9 92.2-54.2zM317.5 937.9l-32.6-131.8 123.5 68z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M599 163l-74.2-78h156.1z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M399.2 313.5l-25.7 132.2-94.1-68.9z'/%3e%3cpath class='st2' d='M399.2 313.5l-83.5-66-36.3 129.3z'/%3e%3cpath class='st2' d='M211.1 323.6l104.6-76.1-36.3 129.3zM399.2 313.5l-83.5-66 134.9-59.8z'/%3e%3c/g%3e%3cg class='st4'%3e%3cpath class='st2' d='M168.9 753L78 688l77.9-88.9z'/%3e%3cpath class='st2' d='M78.1 509.4L78 688l77.9-88.9z'/%3e%3cpath class='st2' d='M78.1 509.4l87.1-64.7-9.3 154.4zM78.1 509.4L78 688l-61.4-79.2z'/%3e%3c/g%3e%3cg opacity='.1'%3e%3cpath class='st2' d='M790.5 1142.5l-116.9-15.1-59.3 52.2z'/%3e%3cpath class='st2' d='M827.7 1051.4l-37.2 91.1-116.9-15.1z'/%3e%3cpath class='st2' d='M827.7 1051.4l-37.2 91.1 150.8-86.7zM712.1 1034.2l115.6 17.2-154.1 76z'/%3e%3c/g%3e%3cg class='st4'%3e%3cpath class='st2' d='M945.7 948.3l117.4-13.6-25.6-119.2z'/%3e%3cpath class='st2' d='M1143.4 771.2l-80.3 163.5-25.6-119.2zM1143.4 771.2l47.8 33.2-42.8 71z'/%3e%3cpath class='st2' d='M1143.4 771.2l-52.8-97.5-53.1 141.8zM1063.1 934.7l128.1-130.3-42.8 71z'/%3e%3c/g%3e%3c/g%3e%3cpath class='st2' d='M609.2 1182.3l63.9-56.5h.7l125.5 16.6-190.1 39.9zm64.9-53.4l-54.6 48.2 162.4-34.3-107.8-13.9z'/%3e%3cpath class='st2' d='M791.5 1144.1l-122.9-15.9 161.9-79.8-39 95.7zm-112.9-17.6l111 14.3 35.3-86.4-146.3 72.1z'/%3e%3cpath class='st2' d='M787.6 1145.9l39.1-96 119.8 4.6-158.9 91.4zm41.1-93l-35.2 86.6 142.7-82.1-107.5-4.5zM942.6 950.1l95.6-138.2 26.6 124-122.2 14.2zm94.2-131l-88 127.3 112.5-13.1-24.5-114.2z'/%3e%3cpath class='st2' d='M1062.5 939.1l-26.7-124.8 110.7-46.2-84 171zm-23.3-122.7l24.4 113.9 76.8-156.1-101.2 42.2z'/%3e%3cpath class='st2' d='M1059.3 939.1l85.3-173.8 5.3 110.7-90.6 63.1zm83.1-162.1L1067 930.3l80.1-55.5-4.7-97.8z'/%3e%3cpath class='st2' d='M1147.2 880.3l-5.3-112 51.2 35.6-45.9 76.4zm-2.2-106.2l4.7 96.5 39.8-65.8-44.5-30.7zM1166.9 609.5l-25-183.4 72.4 81.7-.4.9-47 100.8zm-21.1-174.7l22.5 164 42.3-90.9-64.8-73.1zM453.6 1004.2l-48.5-132.3 149.3 40.8-100.8 91.5zm-43.8-127.9l45.1 122.9 94.1-84.9-139.2-38z'/%3e%3cpath class='st2' d='M456.9 1004.4l-143.1-66.5 94.4-66.5 48.7 133zm-137.3-66.5L451.7 999l-44.9-122.4-87.2 61.3z'/%3e%3cpath class='st2' d='M361.2 1057.9L314 935l143.4 66.5-96.2 56.4zm-41.6-117.2l43.4 112.9 88.3-51.8-131.7-61.1z'/%3e%3cpath class='st2' d='M316.1 940.3l-34.3-137.1 128.4 70.7-94.1 66.4zM286.2 809l31.4 126.5 87.2-61.2L286.2 809zM598.9 165.1l-77.6-81.5h163.3l-85.7 81.5zm-70.7-78.6l70.9 74.9 78.2-74.9H528.2zM374.3 448.3l-97.6-71.8 124.8-65.8-27.2 137.6zM282.2 377l90.3 66.5 25-127L282.2 377z'/%3e%3cpath class='st2' d='M277.1 379.7l37.8-134.8 87 68.9-124.8 65.9zm39.4-129.8l-34.8 124.3 114.9-60.6-80.1-63.7z'/%3e%3cpath class='st2' d='M280.2 379.3l-71.5-55.7 109.5-79.8-38 135.5zm-66.5-55.7l65 50.7 34.5-123.2-99.5 72.5z'/%3e%3cpath class='st2' d='M399.8 316.1l-86.9-69L453.3 185l-53.5 131.1zm-81.2-68.3l80 63.4 49.2-120.6-129.2 57.2zM170.6 756l-94.7-67.7 81.2-92.7L170.6 756zm-90.4-68.2l87 62.1-12.5-147.2-74.5 85.1z'/%3e%3cpath class='st2' d='M76.5 691.9V505.5l81.5 93.4-81.5 93zm3-178.6v170.8l74.9-85-74.9-85.8z'/%3e%3cpath class='st2' d='M157.1 602.8l-81.2-93.7 90.9-67.5-9.7 161.2zm-76.9-93.2l74.9 85.8 9-147.7-83.9 61.9z'/%3e%3cpath class='st2' d='M79.5 692.3l-64.8-83.2.6-.8 64.2-104.1v188.1zm-61.2-83.2L76.5 684V514.5l-58.2 94.6zM1035 818.1l55.4-148 55.1 101.8-110.5 46.2zm55.9-140.9l-51.2 135.6 101.3-42.3-50.1-93.3zM670.7 1130.4l40.4-97.7 121.4 18-161.8 79.7zm42.3-94.6l-36.6 88.5 146.5-72.1-109.9-16.4zM1063.9 935.9l-1.9-2.2 136.7-139.2-49.9 82.2-84.9 59.2zm119.6-121.7l-108.1 110.4 72.4-49.9 35.7-60.5zM198 155.2l-1.4-2.6L353.7 49.9 535.5 0l1 2.7L198 155.2zM354.8 52.4l-141.4 92.5L518.3 7.8 354.8 52.4z'/%3e%3c/g%3e%3cpath class='st2' d='M818.9 611.7H785v-33.9h33.9v33.9zm-31-2.9h28v-28h-28v28z'/%3e%3cg class='st8'%3e%3cpath transform='matrix(.5547 -.8321 .8321 .5547 -121.4736 764.8654)' class='st2' d='M652.4 317.9h2.9V674h-2.9z'/%3e%3c/g%3e%3cpath class='st2' d='M686.3 85c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM530.2 85c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM604.4 163c.2 3-2 5.6-5 5.8-3 .2-5.6-2-5.8-5s2-5.6 5-5.8h.3c2.8 0 5.2 2.2 5.5 5zM456 187.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM440.2 42.8c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9.1 5.3 2.5 5.4 5.4zM357.7 136.4c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4s2.4-5.4 5.4-5.4c2.9 0 5.4 2.4 5.4 5.4zM268.8 123.1c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4s2.4-5.4 5.4-5.4c3 0 5.4 2.4 5.4 5.4zM227.7 225.4c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM321.1 247.5c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4h.3c2.9.1 5.2 2.5 5.1 5.4zM404.6 313.5c-.2 3-2.7 5.2-5.7 5.1-3-.2-5.2-2.7-5.1-5.7.2-2.9 2.6-5.1 5.5-5.1 3 0 5.4 2.5 5.3 5.5v.2zM554.1 267.6c.4 3-1.7 5.7-4.7 6s-5.7-1.7-6-4.7c-.1-.4-.1-.9 0-1.3-.4-3 1.7-5.7 4.7-6 3-.4 5.7 1.7 6 4.7.1.4.1.8 0 1.3zM379 445.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4 2.4-5.4 5.4-5.4c2.9.1 5.3 2.5 5.4 5.4zM284.8 376.8c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM170.6 444.7c.4 3-1.7 5.7-4.7 6-3 .4-5.7-1.7-6-4.7-.1-.4-.1-.9 0-1.3.4-3 3.1-5.1 6-4.7 2.5.3 4.4 2.2 4.7 4.7zM216.3 323.6c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM126.3 357.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM83.2 509.4c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 2.9 0 5.3 2.4 5.4 5.4zM46.5 420.6c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4h.5c2.8.3 4.9 2.6 4.9 5.4zM258.7 514.7c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM367.4 590.6c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.5-5.3 5.4-5.3 2.9-.1 5.3 2.3 5.4 5.3zM480.8 522.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM161.3 598.9c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM21.9 608.8c0 2.9-2.3 5.4-5.2 5.4h-.1c-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.3 2.3 5.3 5.4 0-.1 0-.1 0 0zM17.4 713.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM83.2 687.5c.5 2.9-1.4 5.7-4.4 6.3-2.9.5-5.7-1.4-6.3-4.4-.1-.3-.1-.6-.1-.9-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.9 5.9 4.8zM73.4 793.8c.2 2.9-2 5.5-4.9 5.8-2.9.3-5.5-1.9-5.8-4.8v-.1c-.3-2.9 1.9-5.5 4.8-5.8h.1c2.9-.2 5.5 2 5.8 4.9zM134.7 848.9c.2 3-2 5.6-4.9 5.8-2.9.2-5.5-2-5.8-4.9-.3-2.9 1.9-5.5 4.8-5.8h.1c2.9-.3 5.5 1.9 5.8 4.8v.1zM138.1 953.5c.3 3-2 5.6-4.9 5.9-3 .3-5.6-2-5.9-4.9-.2-2.9 2-5.5 4.9-5.8 2.9-.4 5.6 1.8 5.9 4.8zM77.9 901c.3 2.9-1.9 5.5-4.8 5.8H73c-2.9.3-5.5-1.9-5.8-4.8v-.1c0-3 2.4-5.4 5.4-5.4 2.7 0 4.9 1.9 5.3 4.5zM174.7 752.5c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.6 1.9 5.9 4.9zM289.4 805.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM224.6 869c.3 2.9-1.9 5.5-4.8 5.8h-.1c-2.9.3-5.5-1.9-5.8-4.8-.5-2.9 1.4-5.7 4.4-6.3s5.7 1.4 6.3 4.4c-.1.3 0 .6 0 .9zM233.9 977.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM322 937.4c.3 3-1.9 5.6-4.9 5.9s-5.6-1.9-5.9-4.9c-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1.1.1.1zM367.3 1055.4c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 5 0-.1 0-.1 0 0zM443.3 1157.2c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.9 4.9zM275.1 1085.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3.1-.2 5.7 2 5.9 4.9zM206.6 1059.4c0 3-2.4 5.4-5.4 5.5-2.6 0-4.9-1.9-5.4-4.5-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM459.6 1001.5c0 3-2.4 5.4-5.4 5.5-2.6 0-4.9-1.9-5.4-4.5-.5-2.9 1.4-5.7 4.4-6.3s5.7 1.4 6.3 4.4c.1.3.1.6.1.9zM557.3 913c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM610.4 1023.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM533.4 1102.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3.1-.3 5.7 1.9 5.9 4.9zM679 1126.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.6 1.9 5.9 4.9zM621.2 1179.2c.2 3-2 5.6-4.9 5.8-3 .2-5.6-1.9-5.9-4.9-.3-3 2-5.6 4.9-5.9 3-.2 5.6 2 5.9 5zM795.9 1140.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM945.7 1055.4c0 3-2.4 5.4-5.4 5.4-2.6 0-4.8-1.9-5.3-4.5-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.9 5.8 4.9zM917 1135.5c.3 2.9-1.9 5.5-4.8 5.8h-.1c-2.9.3-5.5-1.9-5.8-4.8v-.1c-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4v1zM1053.3 1020.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.3 5.6 1.9 5.9 4.9zM1068.4 934.2c.2 3-2 5.6-4.9 5.8-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 5zM1042.9 815.1c.5 2.9-1.4 5.7-4.4 6.3-2.9.5-5.7-1.4-6.3-4.4-.1-.3-.1-.6-.1-1-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4 0 .4.1.7.1 1zM989.8 709.4c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM1095.9 673.2c.2 3-2 5.6-5 5.8-3 .2-5.6-2-5.8-5-.2-2.9 2-5.5 4.9-5.8 3-.2 5.6 2 5.9 5zM1172.8 603.9c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.6 2 5.9 5zM1031.4 595c.3 2.9-1.9 5.5-4.8 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1.9-.1 2.9-.3 5.5 1.7 5.8 4.6v.4zM1095.9 519.4c.2 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.2 5.6 2 5.9 4.9zM1148.8 430.2c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM1043.1 382.6c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.7 2 5.9 5zM1076.7 273.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM1217.8 507.4c.2 3-1.9 5.6-4.9 5.9-3 .2-5.6-2-5.8-4.9-.3-2.9 1.9-5.5 4.8-5.8 2.9-.3 5.6 1.8 5.9 4.7v.1zM1212.4 709.4c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 1.9 5.9 4.9zM1148.8 770.8c.3 3-2 5.6-4.9 5.9s-5.6-2-5.9-4.9c-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.8 5.9 4.8zM1195.4 803.9c.2 3-2 5.6-4.9 5.8-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.7 2 5.9 5zM1154.2 875c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .2-5.6-2-5.8-4.9-.2-2.9 2-5.5 4.9-5.8 2.9-.3 5.5 1.9 5.8 4.8v.1zM717.5 1033.8c.2 3-2 5.6-4.9 5.8-3 .3-5.6-2-5.9-4.9s2-5.6 4.9-5.9c3-.2 5.6 2 5.9 5z'/%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M717.5 1033.8c.2 3-2 5.6-4.9 5.8-3 .3-5.6-2-5.9-4.9s2-5.6 4.9-5.9c3-.2 5.6 2 5.9 5z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse xlink:href='%23SVGID_1_' overflow='visible'/%3e%3c/clipPath%3e%3cg clip-path='url(%23SVGID_2_)'%3e%3cpath class='st2' d='M706.4 1028.6h11.3v11.3h-11.3z'/%3e%3c/g%3e%3cpath class='st2' d='M833.1 1050.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM258.7 675.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM378.9 731.5c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM511 779.5c.2 3-2 5.6-4.9 5.8-2.9.3-5.5-1.9-5.8-4.8v-.1c-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.2 5.6 2 5.8 4.9zM640.5 828.6c0 3-2.4 5.4-5.4 5.4-2.6 0-4.8-1.9-5.3-4.5-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4-.1.4 0 .7 0 1zM696.4 928.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM826.6 941.6c.3 2.9-1.9 5.5-4.8 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1.9-.1 2.9-.3 5.5 1.9 5.8 4.8v.2zM951.1 948.2c.2 2.9-2 5.5-4.9 5.8-3 0-5.4-2.4-5.5-5.4 0-2.6 1.9-4.9 4.5-5.4 3-.2 5.6 2 5.9 5zM917 836c.2 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM768.2 852.6c.2 3-2 5.6-4.9 5.8-3 .2-5.6-1.9-5.9-4.9-.3-3 2-5.6 4.9-5.9 3-.2 5.7 2 5.9 5zM480.8 657.1c.2 3-2 5.6-4.9 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1 1-.1 2.9-.1 5.5 2 5.8 5zM412.8 873.4c.5 2.9-1.4 5.7-4.4 6.3s-5.7-1.4-6.3-4.4c-.1-.3-.1-.6-.1-.9-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.4 5.6 1.8 5.9 4.8 0-.1 0-.1 0 0zM10.8 520.1c0 3-2.4 5.4-5.4 5.4S0 523.1 0 520.1c0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4z'/%3e%3cg class='st5'%3e%3cpath class='st2' d='M1274.7 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1235.1 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1215.2 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1254.9 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1215.2 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1254.9 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1274.7 402c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.8 2.8 2.8zM1235.1 396.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1274.7 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1235.1 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1215.2 535.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.9-2.8.1 0 0 0 0 0zM1254.9 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1215.2 495.5c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.2-2.8-2.8-2.8zM1254.9 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1274.7 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1235.1 475.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1274.7 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1235.1 634.2c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM1274.7 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1235.1 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1215.2 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM1254.9 614.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1215.2 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1254.9 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM1274.7 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1235.1 555c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1195.4 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM1135.9 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1135.9 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1116.2 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1195.4 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 396.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.4-1.2-2.7-2.8-2.8zM1116.2 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1195.4 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1135.9 535.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM1175.6 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1135.9 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1116.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1195.4 475.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 475.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1116.2 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1195.4 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1195.4 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1135.9 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM1175.6 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1135.9 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1175.6 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1116.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1195.4 555c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 555c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1116.2 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM561.2 753.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.9-2.8zM521.6 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM501.7 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM501.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 713.5c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.5 1.1 2.7 2.6 2.7h.2c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.5 0-.8 0-1.1.1zM521.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM561.2 832.4c-1.5 0-2.7 1.1-2.7 2.6v.2c0 1.5 1.1 2.8 2.7 2.8h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1.1zM521.6 832.4c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM501.7 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM561.2 792.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.9-2.8zM521.6 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM561.2 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM521.6 911.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.7-2.7-2.7zM501.7 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM501.7 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM521.6 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM521.6 991c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM501.7 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM541.4 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM501.7 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM521.6 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM521.6 1109.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM521.6 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM501.7 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM541.4 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM541.4 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM521.6 1030.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM481.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM422.5 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM402.7 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM422.5 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM402.7 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.4-1.3-2.7-2.8-2.7zM481.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM442.3 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM481.9 911.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM442.3 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM422.5 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM481.9 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM402.7 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM481.9 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM422.5 1010.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.8 2.7 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 971.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM402.7 991c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM481.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3.1-.7.1-1 .1zM442.3 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM422.5 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM462.1 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM402.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM442.3 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM402.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM363 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM343.2 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM382.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM343.2 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM343.2 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM382.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM343.2 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM363 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-.7-.3-1.3-.7-1.8-.6-.6-1.3-.9-2.1-.9zM363 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM343.2 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM382.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM343.2 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM363 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM363 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM343.2 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM382.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM343.2 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 1070.2c-1.6.1-2.7 1.4-2.7 3 .1 1.6 1.4 2.7 3 2.7 1.5-.1 2.7-1.4 2.7-2.9-.1-1.6-1.4-2.8-3-2.8zM343.2 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM343.2 1050.4c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.5-1.2-2.8-2.8-2.9zM382.6 1050.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM363 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM323.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM263.9 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM263.9 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM323.4 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM283.7 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 832.4c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM283.7 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM263.9 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 812.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM244.1 832.4c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM323.4 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM283.7 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM283.7 911.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM263.9 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM263.9 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM244.1 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM323.4 991c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.7-1.2-3-2.8-3zM283.7 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM263.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM263.9 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM303.6 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM244.1 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM244.1 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM323.4 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM323.4 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4.1-.7.1-1 .1zM283.7 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM263.9 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM303.6 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM244.1 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7.1-1.6-1.2-2.9-2.8-2.9zM323.4 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM283.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM244.1 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM719.7 39.7c-1.5 0-2.7 1.2-2.7 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9h-.2zM680.1 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM660.3 59.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM699.9 59.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM660.3 19.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM640.5 39.7c-1.5 0-2.7 1.2-2.7 2.7-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.9-2.7zM719.7 0c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM680.1 0c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8S681.7 0 680.1 0zM640.5 0c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM719.7 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM719.7 118.9c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM680.1 118.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM660.3 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM699.9 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 99.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 99.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM640.5 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM719.7 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM680.1 79.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM600.9 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM581.1 59.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM620.7 59.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM581.1 19.8c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 19.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 0c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM640.5 118.9c-1.6 0-2.9 1.3-2.9 2.9 0 1.6 1.3 2.9 2.9 2.9 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0v-.2zM600.9 118.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 138.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5-.3 2.6-1.7 2.3-3.3-.2-1-1.1-2-2.3-2.2zM620.7 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.2 2.9-.8 3.1-2.3v-.6c-.1-1.6-1.4-2.8-3-2.7h-.1zM581.1 99.1c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 99.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM640.5 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM600.9 79.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM561.2 39.7c-1.5 0-2.7 1.1-2.7 2.6v.2c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9-.1-.1-.1-.1-.2-.1zM521.6 39.7c-1.5-.2-3 .8-3.2 2.4-.2 1.5.8 3 2.4 3.2 1.5.2 3-.8 3.2-2.4v-.5c0-1.4-1-2.5-2.4-2.7zM501.7 59.5c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM541.4 59.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM501.7 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM541.4 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM481.9 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM561.2 0c-1.5 0-2.7 1.2-2.7 2.7v.1c-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM521.6 0c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM481.9 0c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM561.2 158.5c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8.1 0 0 0 0 0zM521.6 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.4-.2 2.4-1.4 2.4-2.8 0-1.3-1-2.6-2.4-2.8zM561.2 118.9c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM521.6 118.9c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM501.7 138.7c-1.4.1-2.6 1.2-2.7 2.7 0 1.5 1.2 2.7 2.7 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0v.2zM541.4 138.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 99.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 99.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM481.9 118.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM561.2 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.3-2.8-2.9-2.8zM521.6 79.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM481.9 79.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM481.9 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8z'/%3e%3ccircle class='st2' cx='422.5' cy='220.8' r='2.8'/%3e%3cpath class='st2' d='M462.1 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 178.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM481.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 164.2c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8-.1 1.5 1.2 2.8 2.8 2.8zM481.9 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 297.3c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.8 2.7 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 257.8c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM462.1 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM402.7 282.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c0 1.5 1.2 2.7 2.8 2.7zM481.9 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 243.5c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8-.1 1.5 1.2 2.8 2.8 2.8zM481.9 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 337c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM462.1 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.8-2.8-2.7zM402.7 362.3c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c0 1.5 1.2 2.7 2.8 2.7zM481.9 317.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM442.3 317.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 322.7c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8 1.2 2.8 2.8 2.8zM481.9 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM481.9 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM442.3 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM402.7 481.3c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8c-1.6 0-2.8 1.3-2.8 2.8s1.2 2.8 2.8 2.8zM402.7 441.7c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8c-1.1 0-2.2.7-2.6 1.7-.1.4-.1.7 0 1.1 0 1.4 1.1 2.6 2.6 2.8zM481.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 402c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8c-.1 1.5 1.2 2.8 2.8 2.8zM402.7 203.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c-.1.4-.1.7 0 1.1.4 1 1.6 1.7 2.8 1.6zM363 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM343.2 178.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM323.4 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM363 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM323.4 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM382.6 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM343.2 257.8c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM382.6 257.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM363 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM323.4 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 376.5c-1.7 0-3 1.4-3 3 0 1.7 1.4 3 3 3s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8v-.4zM343.2 337c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.6-1.2-2.9-2.8-2.9zM382.6 337c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM363 317.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM363 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM363 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM343.2 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM363 396.3c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.2 2.9 2.8 2.9 1.6 0 2.9-1.2 2.9-2.8 0-1.6-1.2-2.9-2.7-2.9h-.3zM283.7 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 218c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM263.9 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 178.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM283.7 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM323.4 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM263.9 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 297.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM263.9 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM303.6 257.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM283.7 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM323.4 356.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM283.7 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 376.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM263.9 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.8-2.8-2.7zM303.6 337c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM323.4 317.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 317.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 475.7c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.7-1.2-3-2.8-3zM283.7 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM263.9 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 455.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM263.9 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM323.4 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM204.4 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 218c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM184.7 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 178.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM164.9 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.6-1.3-2.9-2.8-2.9zM244.1 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM244.1 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3c-.3-.1-.7-.1-1 0zM204.4 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 297.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM184.7 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c-.1-1.4-1.3-2.7-2.8-2.7zM224.6 257.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM164.9 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3c-.4-.1-.7-.1-1 0zM244.1 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM244.1 356.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3.1-.7.1-1 .1zM204.4 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 376.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM184.7 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.8-2.8-2.7zM224.6 337c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM164.9 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.3-2.8-2.8-2.8zM244.1 317.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM204.4 317.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.9-2.8zM164.9 317.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8-.1-1.5-1.3-2.8-2.8-2.8zM244.1 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 436c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.9-2.8.1 0 .1 0 0 0zM184.7 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 455.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM184.7 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 396.3c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.9-2.8c.1 0 .1 0 0 0zM244.1 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 535.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM224.6 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM184.7 495.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 475.7c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM204.4 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM244.1 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 614.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM184.7 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.7-1.3-2.9-2.8-2.9zM224.6 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM204.4 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM244.1 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 673.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 693.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM224.6 693.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM184.7 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM204.4 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM244.1 792.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM204.4 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM244.1 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM224.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM184.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM244.1 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5 0 2.8-1.2 2.8-2.7.1-1.5-1.2-2.8-2.8-2.8zM204.4 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 436c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8zM105.4 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM145 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM105.4 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM164.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 396.3c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8zM164.9 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM145 535.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM105.4 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 495.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM164.9 475.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM125.2 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM164.9 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8 0-1.4-1.2-2.7-2.7-2.8zM145 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM105.4 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.7-1.3-2.9-2.8-2.9zM145 574.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM164.9 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.8-2.8zM125.2 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM164.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM125.2 673.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM105.4 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM145 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM164.9 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.8-2.8zM125.2 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM164.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM125.2 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM164.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM105.4 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM145 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM164.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.3-2.8-2.8-2.8zM125.2 713.5c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.5-1.4-2.8-2.9-2.8zM85.6 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM26.1 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM6.2 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM85.6 396.3c-1.4.2-2.5 1.5-2.4 2.9 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8l-.4-.1zM45.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM6.2 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM45.9 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM26.1 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.7zM26.1 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM6.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8S9 520 9 518.5c.1-1.5-1.2-2.8-2.8-2.8zM85.6 475.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM45.9 475.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.7.1 0 0 0 0 0zM6.2 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM85.6 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM26.1 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM65.7 614.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM26.1 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM6.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 555c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM45.9 555c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.7zM6.2 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM85.6 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM26.1 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM65.7 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM6.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8S9 678 9 676.5c.1-1.5-1.2-2.8-2.8-2.8zM85.6 634.2c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM45.9 634.2c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.1 2.8-2.7v-.2c0-1.4-1.3-2.6-2.8-2.6zM6.2 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM85.6 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM45.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM85.6 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM45.9 753.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM26.1 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM6.2 792.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.9-2.8-2.9zM6.2 753.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM45.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.2-2.8-2.8-2.8zM6.2 713.5c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.7 2.7 2.7 1.5 0 2.8-1.1 2.8-2.7v-.1c.1-1.4-1.2-2.7-2.8-2.7zM1195.4 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1135.9 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1135.9 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1175.6 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1156.2 634.3c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.3 2.7-2.8 0-1.5-1.1-2.7-2.6-2.7 0-.1-.1-.1-.1-.1zM1195.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1135.9 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1135.9 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM1195.4 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.2-2.1-2.3-2.3zM1195.4 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM1156.2 832.4c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM1135.9 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1175.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1135.9 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1195.4 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM1156.2 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM1195.4 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1195.4 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 911.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.7-2.7-2.7zM1135.9 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7.1-1.7-1.2-2.9-2.8-2.9zM1135.9 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM1195.4 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1156.2 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM1116.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM1076.5 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1056.3 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1096.4 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1116.2 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1076.5 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1116.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1076.5 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1056.3 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1096.4 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1116.2 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM1076.5 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1116.2 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1076.5 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1056.3 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1056.3 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1096.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM1116.2 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM1076.5 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM1116.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1076.5 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1116.2 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM1076.5 911.7c-1.5 0-2.7 1.2-2.7 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9h-.2zM1056.3 931.6c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3 0-1.6-1.3-2.8-2.9-2.8zM1096.4 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1116.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1076.5 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM1036.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM977.4 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1017.1 693.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM977.4 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM1036.9 634.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM997.2 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1036.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM977.4 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1017.1 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM977.4 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1036.9 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1036.9 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM997.2 832.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM977.4 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM977.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1017.1 812.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1036.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM997.2 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM1036.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1036.9 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM997.2 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM977.4 931.6c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.6-1.3-2.8-2.9-2.8zM1017.1 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.6-1.1-2.9-2.7-2.9zM977.4 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1036.9 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM997.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM957.6 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 693.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM937.8 693.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM898.3 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM878.3 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8.1 0 .1 0 0 0zM957.6 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 634.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM957.6 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM898.3 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM878.3 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM957.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.6-1.1-2.9-2.7-2.9.1 0 .1 0 0 0zM957.6 832.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM898.3 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM898.3 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM878.3 832.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c.1-1.4-1.2-2.6-2.7-2.7zM957.6 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM917.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM878.3 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM957.6 911.7c-.9 0-1.7.4-2.2 1.2-.4.4-.6 1-.6 1.6 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM898.3 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM898.3 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM878.3 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM957.6 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM878.3 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM957.6 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 991c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7s-1.1-2.9-2.8-2.9c.1 0 .1 0 0 0zM898.3 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM898.3 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM878.3 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0h.4c1.4-.2 2.4-1.4 2.3-2.7.1-1.6-1.1-2.9-2.7-2.9.1 0 .1 0 0 0zM957.6 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM957.6 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM898.3 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM937.8 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM878.3 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.5-1.1-2.8-2.7-2.9.1 0 .1 0 0 0zM957.6 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM917.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM878.3 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8.1 0 .1 0 0 0zM957.6 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM917.9 1189.4c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM957.6 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM898.3 1129.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7z'/%3e%3ccircle class='st2' cx='937.8' cy='1132.5' r='2.8'/%3e%3cpath class='st2' d='M878.3 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.7-2.7-2.8zM878.3 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM957.6 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM917.9 1109.8c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.2 2.7-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM838.7 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM818.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM858.5 1010.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM818.9 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM858.5 971.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM838.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM838.7 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM818.9 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM858.5 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM818.9 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM858.5 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM838.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM838.7 1189.4c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM838.7 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM818.9 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM858.5 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM818.9 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM858.5 1129.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM838.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 991c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM759.4 991c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM739.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM779.2 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM739.6 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 971.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM759.4 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM759.4 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM779.2 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM799.1 1030.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM759.4 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM799.1 1189.4c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM759.4 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM759.4 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM739.6 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM779.2 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM799.1 1109.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM759.4 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.8zM719.7 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM680.1 991c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.6 0-1 .1zM660.3 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM699.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM660.3 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM699.9 971.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM719.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM719.7 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM699.9 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM660.3 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM699.9 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM719.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM680.1 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM719.7 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM680.1 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM719.7 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8.1 0 0 0 0 0zM660.3 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM699.9 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM719.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1109.8c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8.1 0 0 0 0 0zM640.5 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM600.9 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM581.1 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8 0-1.5-1.2-2.8-2.7-2.8zM620.7 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM581.1 971.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM561.2 991c-1.5 0-2.7 1.2-2.7 2.7 0 1.5 1.1 2.8 2.7 2.8h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.5 0-.8 0-1.1.1zM640.5 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM561.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM640.5 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM620.7 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM581.1 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM620.7 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM561.2 1070.2c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.5-1.3-2.8-2.9-2.8zM640.5 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM600.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM561.2 1030.6c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.9-2.8.1 0 0 0 0 0zM640.5 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM600.9 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.8zM640.5 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM581.1 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM620.7 1129.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM561.2 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM561.2 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM640.5 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 1109.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8-.1-1.5-1.4-2.8-2.9-2.8z'/%3e%3c/g%3e%3clinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='785.025' y1='615.4073' x2='818.878' y2='615.4073' gradientTransform='matrix(1 0 0 -1 0 1210.1648)'%3e%3cstop offset='.19' stop-color='%23be9543'/%3e%3cstop offset='1' stop-color='%23be9543'/%3e%3c/linearGradient%3e%3cpath d='M818.9 611.7H785v-33.9h33.9v33.9zm-31-2.9h28v-28h-28v28z' fill='url(%23SVGID_3_)'/%3e%3cg class='st8'%3e%3cpath transform='matrix(.5547 -.8321 .8321 .5547 -121.4736 764.8654)' class='st2' d='M652.4 317.9h2.9V674h-2.9z'/%3e%3c/g%3e%3cpath class='st2' d='M801.9 596.7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM511 397.9c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4z'/%3e%3cpath class='st2' d='M543.7 436h-76.2v-76.2h76.2V436zm-73.2-3h70.1v-70.3h-70.1V433z'/%3e%3c/g%3e%3c/svg%3e"), url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1278 1207.3' preserveAspectRatio='xMinYMin meet'%3e%3cstyle%3e .st2%7bfill:%23be9543%7d.st4%7bopacity:.4%7d.st5%7bopacity:.5%7d.st8%7bopacity:.6%7d %3c/style%3e%3cg opacity='.25'%3e%3cg opacity='.3'%3e%3cpath class='st2' d='M727.3 1207.3l-120.4-27.9 318.2-47.2-197.8 75.1zm-105.1-27.4l104.9 24.4 171.2-65.3-276.1 40.9z'/%3e%3cpath class='st2' d='M614.6 1181.1l-.5-2.9 176.1-37.2 121.4-6.9v3l-297 44zm264.7-42.2l-88.7 5-128.8 27.2 217.5-32.2z'/%3e%3cpath class='st2' d='M614.3 1181.6l-91.5-80.7 153.5 25.5-62 55.2zm-81.5-76.1l81.5 72.2 56-49.4-137.5-22.8zM942.7 1057.3l-118.8-4.5 123.4-108.1-4.6 112.6zm-110.9-7.2l108.5 4.2 4.2-102.6-112.7 98.4z'/%3e%3cpath class='st2' d='M939.9 1059.4l4.6-112.5 122.8-14.2-127.4 126.7zm7.4-109.9l-4.2 102.6 116-115.5-111.8 12.9zM1192.2 806.8l-51.1-35.4 68.7-65.7-17.6 101.1zm-46.4-35.8l44.3 30.8 15.3-87.8-59.6 57z'/%3e%3cpath class='st2' d='M1141.4 775.3l25.7-176.4 42.3 111.7-68 64.7zm26.9-165.1l-22.8 157 60.6-57.7-37.8-99.3z'/%3e%3cpath class='st2' d='M1208.9 717.4l-42.8-113.1v-.5l48.3-102.7-5.5 216.3zm-39.7-113l36.8 97.9 4.4-187.3-41.2 89.4z'/%3e%3cpath class='st2' d='M1216 514.5l-73.8-83.2 13.3-97.5 60.5 180.7zm-70.7-84.3l63.4 71.5-52-155.2-11.4 83.7zM1089.1 677l.5-160.8 79.8 88.3-80.3 72.5zm3.6-153l-.7 146.6 73.5-66-72.8-80.6z'/%3e%3cpath class='st2' d='M1169.7 608.9l-80.1-88.7 55.2-93.8 24.9 182.5zm-76.6-89.1l72.4 80.1-22.6-164.8-49.8 84.7z'/%3e%3cpath class='st2' d='M1091 523.3L1035.1 380l110.7 49.9-54.8 93.4zm-50.5-137.7l51.1 131 49.9-85.3-101-45.7z'/%3e%3cpath class='st2' d='M1142.4 431.3l-75.5-163.2 40.3 36.7 38 125.5-2.8 1zm-66.5-151.2l60.6 130.9-31.9-104.6-28.7-26.3zM527.8 1105.4L451 999.7l157 22.5-80.2 83.2zm-70.3-101.8l70.7 97.3 73.8-76.7-144.5-20.6z'/%3e%3cpath class='st2' d='M607.2 1025.1l-156.5-22.5 101-91.5 55.5 114zm-149.7-24.5l144.9 20.7L551 915.9l-93.5 84.7zM367 1064.7L212.4 862.8l105.5 74.1 49.1 127.8zM226.3 876.2l130.6 170.6-41.6-108.1-89-62.5z'/%3e%3cpath class='st2' d='M319 941.3l-101.9-71.6 67.7-66.5L319 941.3zm-97.3-71.9l92.6 65-31-125.4-61.6 60.4z'/%3e%3cpath class='st2' d='M218.8 872l-52.5-121.9 120.5 55.6-68 66.3zm-47-116.4l48.1 111 61.6-59.8-109.7-51.2z'/%3e%3cpath class='st2' d='M286.1 808.7l-119.8-55.3 87.9-80.7 31.9 136zm-114.6-56.1l110.4 50.9-29.4-124.8-81 73.9z'/%3e%3cpath class='st2' d='M167.7 756.1l-13.6-160.2 101.5 79.5-87.9 80.7zM158 602.4L170.5 750l80.9-74.3-93.4-73.3z'/%3e%3cpath class='st2' d='M254.8 678.6l-101.2-79.7 101.2-87.3v167zM158 598.9l93.7 73.4V517.9l-93.7 81z'/%3e%3cpath class='st2' d='M154.2 602.5l9.7-160.7 91.5 72.9-101.2 87.8zm12.2-154.9l-8.8 148.1 93.5-80.9-84.7-67.2z'/%3e%3cpath class='st2' d='M254.3 517.4l-91.5-72.9 118.7-70.2-27.2 143.1zm-86.5-72.6l84.6 67.2 25-132.3-109.6 65.1z'/%3e%3cpath class='st2' d='M162.4 448.1l48.1-126.8 71.6 55.7-119.7 71.1zM211.8 326l-43.7 115.3 108.7-64.6-65-50.7z'/%3e%3cpath class='st2' d='M209.3 326.7l11.8-103.1 98.1 23.1-109.9 80zm14.3-99.8L213 320.4l99.3-72.3-88.7-21.2z'/%3e%3cpath class='st2' d='M316.7 249.5L218.8 226l136.6-93-38.7 116.5zm-90.8-24.9l88.8 21 35-105.6-123.8 84.6z'/%3e%3cpath class='st2' d='M219.2 229.3l43.3-108.1 93.9 14-137.2 94.1zm45.1-104.5l-38.8 96.7 123.1-84.2-84.3-12.5z'/%3e%3cpath class='st2' d='M353.1 138l-94.7-14.1 182.5-85.3-87.8 99.4zm-84.7-15.6l83.2 12.5L429 47.2l-160.6 75.2z'/%3e%3cpath class='st2' d='M313.2 250.1l38.4-115.8L454 187.8l-140.8 62.3zm40.2-111.6l-35.3 106.2 129.1-57.1-93.8-49.1z'/%3e%3cpath class='st2' d='M452.3 190.3l-102.1-53.5 85.7-97.5 16.4 151zM354.8 136l94.3 49.2-15.4-139-78.9 89.8zM553.8 915.6l-149.2-40.8 101.7-97.5 47.5 138.3zm-143.4-42.2L549 911.3l-44-128.7-94.6 90.8z'/%3e%3cpath class='st2' d='M406.7 876.9l-35.2-147.4 136.9 49.9-101.7 97.5zm-31.2-142.7l32.8 137.1 94.6-90.7-127.4-46.4z'/%3e%3cpath class='st2' d='M507.4 782.4l-137-50.4 105.9-77.2 31.1 127.6zm-130.8-50.9l126.9 46.2L474.1 660l-97.5 71.5z'/%3e%3cpath class='st2' d='M372.2 734.6l-12-146.7L478 657.1l-105.8 77.5zm-8.3-141.4L375 729l97.9-71.4-109-64.4z'/%3e%3cpath class='st2' d='M476.9 660.2l-117.8-69.6L476.9 520v140.2zm-112.1-69.6L474.1 655V525.3l-109.3 65.3z'/%3e%3cpath class='st2' d='M360.2 593.3l12-150.3L478 522.9l-117.8 70.4zm14.6-144.7l-11.1 139.3 109.1-65.4-98-73.9z'/%3e%3cpath class='st2' d='M476.3 525.2l-105.8-79.8 137.2-49.9-31.4 129.7zm-99.8-79l97.6 73.9 29.1-119.9-126.7 46z'/%3e%3cpath class='st2' d='M371.6 448l26.7-137.2 110.4 87.6L371.6 448zm28.6-131.9l-25 127.3 127.2-46.1-102.2-81.2z'/%3e%3cpath class='st2' d='M506.4 400.3l-110.3-87.4 155-47.6-44.7 135zm-104.1-86.2l102.6 81.3 41.6-125.6-144.2 44.3z'/%3e%3cpath class='st2' d='M396.7 316.1L450 185.3l101.8 83.2-155.1 47.6zm54.5-125.7l-49.4 120.8 144-44.2-94.6-76.6z'/%3e%3cpath class='st2' d='M549 269.9l-102.1-83.2L601.2 161 549 269.9zm-94.9-81.3l94.2 76.7 48.2-100.4-142.4 23.7z'/%3e%3cpath class='st2' d='M447.3 189.7l77.3-106.5 77.4 81.3-154.7 25.2zm77.6-102.4l-71 98.3L596 162l-71.1-74.7zM409.6 877l-128.2-70.7 92.8-77L409.6 877zm-123-71.2l118.6 65.4-32.6-136.7-86 71.3z'/%3e%3cpath class='st2' d='M282.8 808.7l-31.6-135.8L376 731.1l-93.2 77.6zm-27.7-130.6l29.8 125.3 85.9-71.5-115.7-53.8z'/%3e%3cpath class='st2' d='M375.2 734.3l-124.8-58.2 112.8-88.3 12 146.5zm-119.1-59.1l115.7 54.2-11.1-136.1-104.6 81.9z'/%3e%3cpath class='st2' d='M251.9 678.6V512.2l112.5 78.4-112.5 88zm2.9-161.1v155l104.7-81.9-104.7-73.1z'/%3e%3cpath class='st2' d='M363.2 593.3l-112.6-78.7 124.8-71.5-12.2 150.2zM256 514.9l104.7 73 11.1-139.5L256 514.9z'/%3e%3cpath class='st2' d='M251.3 517.5l27.1-143.2 97.8 71.7-124.9 71.5zm29.2-138.1l-25 132.5L371 445.3l-90.5-65.9zM604.6 1025.7l-55.6-114 145 16.6-89.4 97.4zM554 914.9l51.3 105.4 82.6-90.2L554 914.9z'/%3e%3cpath class='st2' d='M693.7 930.9l-145.3-16.6 86.9-87.7 58.4 104.3zm-139-18.5l133.6 15.1-53.6-95.7-80 80.6z'/%3e%3cpath class='st2' d='M713.9 1035.9l-112-11.6 89.9-98.3 22.1 109.9zM608 1022l102.2 10.6-19.9-100.3L608 1022z'/%3e%3cpath class='st2' d='M711.2 1037l-22-109.5 135.7 13.4-113.7 96.1zm-18.4-106.2l20.2 100.6 104.7-88.3-124.9-12.3z'/%3e%3cpath class='st2' d='M824.2 943.7l-136.3-13.4 75.4-79.9 60.9 93.3zM694.1 928l124.3 11.9-55.6-85.1-68.7 73.2z'/%3e%3cpath class='st2' d='M826.4 1054.5l-6.7-114 129.7 6.5-123 107.5zm-3.5-110.9l6.2 104.8 113-98.8-119.2-6z'/%3e%3cpath class='st2' d='M947.7 949.8l-129.5-6.5 94.1-109.8 35.4 116.3zm-123.3-9.2l119.4 6.1L911 839.5l-86.6 101.1zM982.2 712.2l43.3-119.8 67.7 81.9-111 37.9zm44.2-113.9l-39.3 109.2 101.1-34.5-61.8-74.7z'/%3e%3cpath class='st2' d='M1092 677.7l-68-82.3 68.8-79.7-.8 162zm-64.2-82.2l61.3 74.1.5-145.6-61.8 71.5zM676.6 1129.4l-151.6-25 80.2-83.2 71.4 108.2zM531 1102.2l139.5 23.2-65.7-99.8-73.8 76.6z'/%3e%3cpath class='st2' d='M618.9 1181.7l-185.5-23.1 94.7-57.2 90.8 80.3zm-176.6-25l167.6 21-82-72.6-85.6 51.6z'/%3e%3cpath class='st2' d='M437.5 1159.6l-79.4-106.4 173.5 49.5-94.1 56.9zM366 1058.3l72.5 97.3 86.2-52-158.7-45.3z'/%3e%3cpath class='st2' d='M442.3 1161.1l-176.6-74.9 96.8-31.9.7.9 79.1 105.9zM274 1086.2l159.5 68-72-96.7-87.5 28.7z'/%3e%3cpath class='st2' d='M268.9 1087.9l-43.3-113.7 139.8 82.2-96.5 31.5zm-37.5-107l39.3 103.3 87.8-28.8-127.1-74.5z'/%3e%3cpath class='st2' d='M275.5 1089.6l-74.9-28.7-35.8-85.3 110.7 114zm-73-31l61.6 23.5-90.8-93.1 29.2 69.6z'/%3e%3cpath class='st2' d='M358.2 1164.5l-168.9-110.8 81.4 31.3 89.2 77.1-1.7 2.4zm-144.5-98.3l127.7 83.2L269 1087l-55.3-20.8z'/%3e%3cpath class='st2' d='M358.6 1164.5l-96.8-83.2 182.2 77.6-85.4 5.6zm-80.7-73.5l81.7 70.5 72.1-5.1-153.8-65.4z'/%3e%3cpath class='st2' d='M535.4 1198.2l-187.7-35.7 90.4-6.3 97.3 42zm-164.9-34.4l139.4 26.5-72.3-31.1-67.1 4.6z'/%3e%3cpath class='st2' d='M522.4 1195.8l-94.6-40.8 197 25-102.4 15.8zm-74.8-35.5l74.9 32.4 81.1-12.8-156-19.6z'/%3e%3cpath class='st2' d='M727.1 1207.2L509 1194.9l105.5-16.6 112.9 26.2-.3 2.7zm-190.8-13.7l173.9 9.9-95.9-22.3-78 12.4zM221.8 871.6l-94.6-21.2 41.6-101.1 53 122.3zm-90.5-23.2l85.5 19.1-47.9-110.6-37.6 91.5z'/%3e%3cpath class='st2' d='M129.1 853.6L75.3 684.3l95.4 68.2-41.6 101.1zM80.8 691.8l48.7 153.3 37.6-91.5-86.3-61.8zM75.5 513.1L120.6 354l46.5 91.5-91.6 67.6zM121.4 362L80.7 505.6l82.7-61.4-42-82.2z'/%3e%3cpath class='st2' d='M165.4 448.3l-46.5-91.5 94.7-35.8-48.2 127.3zM123 358.7l42 82.1 43.6-115-85.6 32.9zM136.3 959.1l-65.2-57v-.6l-4.6-115.7 69.8 173.3zM74 900.9l55 48-59.2-146.2 4.2 98.2z'/%3e%3cpath class='st2' d='M74.9 912.2L8.3 704.3l61.1 89.6 5.5 118.3zM16.6 722.5l54.1 168.2-4.2-95.9-49.9-72.3z'/%3e%3cpath class='st2' d='M71.2 901.9L10.6 713.7l5.1-117.3 58.2 304.9-2.7.6zM13.5 713.3l53.1 164.9-49.1-256.8-4 91.9z'/%3e%3cpath class='st2' d='M13.5 713.6h-2.9L3.9 519.1h2.9L18 608.6l-4.5 105zm-5.2-162l4.2 123.9 2.9-66.5-7.1-57.4z'/%3e%3cpath class='st2' d='M16.6 620.4L3.9 518.9l40.4-111.3-27.7 212.8zM6.9 519.2l9.7 78 21.3-163.5-31 85.5z'/%3e%3cpath class='st2' d='M14.2 615.5L40.4 415l39.3 94.6v.6L14.2 615.5zm27.4-189.3l-22.7 176 57.6-93-34.9-83z'/%3e%3cpath class='st2' d='M78.4 513.9l-39-93.7 84.3-66-45.3 159.7zM42.9 421l34.9 84 40.6-143.1L42.9 421z'/%3e%3cpath class='st2' d='M36.5 426.1l94.8-176.6-9 109.2-85.8 67.4zM127.3 263L45.7 415.1l73.8-58.2 7.8-93.9z'/%3e%3cpath class='st2' d='M36.5 426.1l94.8-176.6-9 109.2-85.8 67.4zM127.3 263L45.7 415.1l73.8-58.2 7.8-93.9z'/%3e%3cpath class='st2' d='M119 363.9l8.9-108.1 149.7-145.6L119 363.9zm11.8-107.1l-7.8 95.3 139.7-223.3-131.9 128z'/%3e%3cpath class='st2' d='M130.3 257.2l-2.2-1.9 70.7-98 80.1-44.5-148.6 144.4zm70.5-97.7l-60.6 83.9 121.1-117.5-60.5 33.6z'/%3e%3cpath class='st2' d='M200.5 159.7l-1.6-2.5 159.3-106 1.7 2.4-88.7 66.5-70.7 39.6zm117.6-78.2L231 139.7l38.6-21.4 48.5-36.8z'/%3e%3cpath class='st2' d='M258.3 126.5l99.8-75.4 85-10.8-184.8 86.2zm101.4-72.6l-77.4 58.2 143.3-66.5-65.9 8.3zM531.8 1105.8l-173.5-49.9 96.4-56.6 77.1 106.5zm-166.4-50.4l158.6 45.2-70.5-97-88.1 51.8zM784.4 1144.3l159.7-91.5-31.4 84.5-128.3 7zm154.2-85.2l-141.9 81.6 114-6.5 27.9-75.1z'/%3e%3cpath class='st2' d='M908.4 1140.4l31.5-85.8 114.4-37.3-145.9 123.1zm34.1-83.2l-27.5 74 126.3-106.2-98.8 32.2z'/%3e%3cpath class='st2' d='M936 1059.1l129.3-128.8-16.1 91.5-113.2 37.3zM1060.8 939l-114.1 113.5 99.8-32.5 14.3-81z'/%3e%3cpath class='st2' d='M1045.3 1027.3l16.6-93.5h.5l91.5-63.8-108.6 157.3zm19.1-91.5l-13.9 78.9 92.1-133.1-78.2 54.2zM116.4 361.2l108.1-140.9-12.1 104.1-96 36.8zm103.9-130.7l-95 124.3 84.5-32.2 10.5-92.1zM1144.3 775.9l-55.5-102.1 80.9-72.8-25.4 174.9zm-51.9-102.2l49.9 92.7 23-158-72.9 65.3zM829.3 1053.2l-120.6-18 114-96.2 6.6 114.2zm-114-20l110.6 16.6-6.2-104.7-104.4 88.1zM945.2 951.6l-35.4-116.4 130.8-21.9-95.4 138.3zm-31.7-113.9L946.2 945l88.1-127.5-120.8 20.2z'/%3e%3cpath class='st2' d='M908.9 838.4L984.7 707l55 109.6-130.8 21.8zM984.5 713l-70 121.5 120.9-20.1L984.5 713z'/%3e%3cpath class='st2' d='M1037.7 819.1L982.6 709l110.5-37.8-55.4 147.9zM986.6 711l50.7 101.1 50.8-135.7L986.6 711zM673.7 1130.5l-71.7-109 112.1 11.6-40.4 97.4zM607.8 1025l65.3 99.2 36.8-88.8-102.1-10.4zM206.8 1068.7L71.4 902.4l2.1-2.1 96.6 81.2 36.7 87.2zM83.2 912.5l112.7 138.6-28.4-67.8-84.3-70.8z'/%3e%3cpath class='st2' d='M273.5 1091.7L127.7 951.2l102 25v.7l43.8 114.8zM137.6 956.5l128.6 123.9-38.6-101.6-90-22.3z'/%3e%3cpath class='st2' d='M232.3 980l-101.1-25v-1.2l-3.5-109.1L232.3 980zm-98.2-27.2l90.5 22.4-93.7-121.4 3.2 99z'/%3e%3cpath class='st2' d='M230.4 982.4L125.7 847l95.1 21.3 9.6 114.1zm-97.3-130.8l93.6 121.5-8.3-102.1-85.3-19.4z'/%3e%3cpath class='st2' d='M134.4 962.1L64.2 788.9l66.5 59.7 3.7 113.5zM71.7 799.6l59.2 146.2-3.1-95.8-56.1-50.4z'/%3e%3cpath class='st2' d='M132.3 854l-65.8-59.1 10.6-114.2L132.3 854zm-62.8-60.3l56.7 51-47.4-149.8-9.3 98.8z'/%3e%3cpath class='st2' d='M68.7 802.3L13.1 602l66.5 85.6-10.9 114.7zM20 615.5l47.3 170.8 9.2-97.8-56.5-73z'/%3e%3cg opacity='.8'%3e%3cg class='st4'%3e%3cpath class='st2' d='M1143.4 771.2l-80.3 163.5 85.3-59.3z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M1212.4 508l-44.8 96.4-23.8-173.7z'/%3e%3c/g%3e%3cg opacity='.2'%3e%3cpath class='st2' d='M552.5 913.5l-144.1-39.4 46.7 127.5z'/%3e%3cpath class='st2' d='M317.5 937.9l90.9-63.8 46.7 127.5z'/%3e%3cpath class='st2' d='M317.5 937.9l45.4 117.9 92.2-54.2zM317.5 937.9l-32.6-131.8 123.5 68z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M599 163l-74.2-78h156.1z'/%3e%3c/g%3e%3cg class='st5'%3e%3cpath class='st2' d='M399.2 313.5l-25.7 132.2-94.1-68.9z'/%3e%3cpath class='st2' d='M399.2 313.5l-83.5-66-36.3 129.3z'/%3e%3cpath class='st2' d='M211.1 323.6l104.6-76.1-36.3 129.3zM399.2 313.5l-83.5-66 134.9-59.8z'/%3e%3c/g%3e%3cg class='st4'%3e%3cpath class='st2' d='M168.9 753L78 688l77.9-88.9z'/%3e%3cpath class='st2' d='M78.1 509.4L78 688l77.9-88.9z'/%3e%3cpath class='st2' d='M78.1 509.4l87.1-64.7-9.3 154.4zM78.1 509.4L78 688l-61.4-79.2z'/%3e%3c/g%3e%3cg opacity='.1'%3e%3cpath class='st2' d='M790.5 1142.5l-116.9-15.1-59.3 52.2z'/%3e%3cpath class='st2' d='M827.7 1051.4l-37.2 91.1-116.9-15.1z'/%3e%3cpath class='st2' d='M827.7 1051.4l-37.2 91.1 150.8-86.7zM712.1 1034.2l115.6 17.2-154.1 76z'/%3e%3c/g%3e%3cg class='st4'%3e%3cpath class='st2' d='M945.7 948.3l117.4-13.6-25.6-119.2z'/%3e%3cpath class='st2' d='M1143.4 771.2l-80.3 163.5-25.6-119.2zM1143.4 771.2l47.8 33.2-42.8 71z'/%3e%3cpath class='st2' d='M1143.4 771.2l-52.8-97.5-53.1 141.8zM1063.1 934.7l128.1-130.3-42.8 71z'/%3e%3c/g%3e%3c/g%3e%3cpath class='st2' d='M609.2 1182.3l63.9-56.5h.7l125.5 16.6-190.1 39.9zm64.9-53.4l-54.6 48.2 162.4-34.3-107.8-13.9z'/%3e%3cpath class='st2' d='M791.5 1144.1l-122.9-15.9 161.9-79.8-39 95.7zm-112.9-17.6l111 14.3 35.3-86.4-146.3 72.1z'/%3e%3cpath class='st2' d='M787.6 1145.9l39.1-96 119.8 4.6-158.9 91.4zm41.1-93l-35.2 86.6 142.7-82.1-107.5-4.5zM942.6 950.1l95.6-138.2 26.6 124-122.2 14.2zm94.2-131l-88 127.3 112.5-13.1-24.5-114.2z'/%3e%3cpath class='st2' d='M1062.5 939.1l-26.7-124.8 110.7-46.2-84 171zm-23.3-122.7l24.4 113.9 76.8-156.1-101.2 42.2z'/%3e%3cpath class='st2' d='M1059.3 939.1l85.3-173.8 5.3 110.7-90.6 63.1zm83.1-162.1L1067 930.3l80.1-55.5-4.7-97.8z'/%3e%3cpath class='st2' d='M1147.2 880.3l-5.3-112 51.2 35.6-45.9 76.4zm-2.2-106.2l4.7 96.5 39.8-65.8-44.5-30.7zM1166.9 609.5l-25-183.4 72.4 81.7-.4.9-47 100.8zm-21.1-174.7l22.5 164 42.3-90.9-64.8-73.1zM453.6 1004.2l-48.5-132.3 149.3 40.8-100.8 91.5zm-43.8-127.9l45.1 122.9 94.1-84.9-139.2-38z'/%3e%3cpath class='st2' d='M456.9 1004.4l-143.1-66.5 94.4-66.5 48.7 133zm-137.3-66.5L451.7 999l-44.9-122.4-87.2 61.3z'/%3e%3cpath class='st2' d='M361.2 1057.9L314 935l143.4 66.5-96.2 56.4zm-41.6-117.2l43.4 112.9 88.3-51.8-131.7-61.1z'/%3e%3cpath class='st2' d='M316.1 940.3l-34.3-137.1 128.4 70.7-94.1 66.4zM286.2 809l31.4 126.5 87.2-61.2L286.2 809zM598.9 165.1l-77.6-81.5h163.3l-85.7 81.5zm-70.7-78.6l70.9 74.9 78.2-74.9H528.2zM374.3 448.3l-97.6-71.8 124.8-65.8-27.2 137.6zM282.2 377l90.3 66.5 25-127L282.2 377z'/%3e%3cpath class='st2' d='M277.1 379.7l37.8-134.8 87 68.9-124.8 65.9zm39.4-129.8l-34.8 124.3 114.9-60.6-80.1-63.7z'/%3e%3cpath class='st2' d='M280.2 379.3l-71.5-55.7 109.5-79.8-38 135.5zm-66.5-55.7l65 50.7 34.5-123.2-99.5 72.5z'/%3e%3cpath class='st2' d='M399.8 316.1l-86.9-69L453.3 185l-53.5 131.1zm-81.2-68.3l80 63.4 49.2-120.6-129.2 57.2zM170.6 756l-94.7-67.7 81.2-92.7L170.6 756zm-90.4-68.2l87 62.1-12.5-147.2-74.5 85.1z'/%3e%3cpath class='st2' d='M76.5 691.9V505.5l81.5 93.4-81.5 93zm3-178.6v170.8l74.9-85-74.9-85.8z'/%3e%3cpath class='st2' d='M157.1 602.8l-81.2-93.7 90.9-67.5-9.7 161.2zm-76.9-93.2l74.9 85.8 9-147.7-83.9 61.9z'/%3e%3cpath class='st2' d='M79.5 692.3l-64.8-83.2.6-.8 64.2-104.1v188.1zm-61.2-83.2L76.5 684V514.5l-58.2 94.6zM1035 818.1l55.4-148 55.1 101.8-110.5 46.2zm55.9-140.9l-51.2 135.6 101.3-42.3-50.1-93.3zM670.7 1130.4l40.4-97.7 121.4 18-161.8 79.7zm42.3-94.6l-36.6 88.5 146.5-72.1-109.9-16.4zM1063.9 935.9l-1.9-2.2 136.7-139.2-49.9 82.2-84.9 59.2zm119.6-121.7l-108.1 110.4 72.4-49.9 35.7-60.5zM198 155.2l-1.4-2.6L353.7 49.9 535.5 0l1 2.7L198 155.2zM354.8 52.4l-141.4 92.5L518.3 7.8 354.8 52.4z'/%3e%3c/g%3e%3cpath class='st2' d='M818.9 611.7H785v-33.9h33.9v33.9zm-31-2.9h28v-28h-28v28z'/%3e%3cg class='st8'%3e%3cpath transform='matrix(.5547 -.8321 .8321 .5547 -121.4736 764.8654)' class='st2' d='M652.4 317.9h2.9V674h-2.9z'/%3e%3c/g%3e%3cpath class='st2' d='M686.3 85c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM530.2 85c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM604.4 163c.2 3-2 5.6-5 5.8-3 .2-5.6-2-5.8-5s2-5.6 5-5.8h.3c2.8 0 5.2 2.2 5.5 5zM456 187.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM440.2 42.8c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9.1 5.3 2.5 5.4 5.4zM357.7 136.4c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4s2.4-5.4 5.4-5.4c2.9 0 5.4 2.4 5.4 5.4zM268.8 123.1c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4s2.4-5.4 5.4-5.4c3 0 5.4 2.4 5.4 5.4zM227.7 225.4c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM321.1 247.5c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4h.3c2.9.1 5.2 2.5 5.1 5.4zM404.6 313.5c-.2 3-2.7 5.2-5.7 5.1-3-.2-5.2-2.7-5.1-5.7.2-2.9 2.6-5.1 5.5-5.1 3 0 5.4 2.5 5.3 5.5v.2zM554.1 267.6c.4 3-1.7 5.7-4.7 6s-5.7-1.7-6-4.7c-.1-.4-.1-.9 0-1.3-.4-3 1.7-5.7 4.7-6 3-.4 5.7 1.7 6 4.7.1.4.1.8 0 1.3zM379 445.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4 2.4-5.4 5.4-5.4c2.9.1 5.3 2.5 5.4 5.4zM284.8 376.8c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM170.6 444.7c.4 3-1.7 5.7-4.7 6-3 .4-5.7-1.7-6-4.7-.1-.4-.1-.9 0-1.3.4-3 3.1-5.1 6-4.7 2.5.3 4.4 2.2 4.7 4.7zM216.3 323.6c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM126.3 357.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM83.2 509.4c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 2.9 0 5.3 2.4 5.4 5.4zM46.5 420.6c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4h.5c2.8.3 4.9 2.6 4.9 5.4zM258.7 514.7c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4zM367.4 590.6c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.5-5.3 5.4-5.3 2.9-.1 5.3 2.3 5.4 5.3zM480.8 522.7c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4c0-3 2.4-5.4 5.4-5.4 2.9 0 5.4 2.4 5.4 5.4zM161.3 598.9c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4zM21.9 608.8c0 2.9-2.3 5.4-5.2 5.4h-.1c-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4 2.9 0 5.3 2.3 5.3 5.4 0-.1 0-.1 0 0zM17.4 713.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM83.2 687.5c.5 2.9-1.4 5.7-4.4 6.3-2.9.5-5.7-1.4-6.3-4.4-.1-.3-.1-.6-.1-.9-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.9 5.9 4.8zM73.4 793.8c.2 2.9-2 5.5-4.9 5.8-2.9.3-5.5-1.9-5.8-4.8v-.1c-.3-2.9 1.9-5.5 4.8-5.8h.1c2.9-.2 5.5 2 5.8 4.9zM134.7 848.9c.2 3-2 5.6-4.9 5.8-2.9.2-5.5-2-5.8-4.9-.3-2.9 1.9-5.5 4.8-5.8h.1c2.9-.3 5.5 1.9 5.8 4.8v.1zM138.1 953.5c.3 3-2 5.6-4.9 5.9-3 .3-5.6-2-5.9-4.9-.2-2.9 2-5.5 4.9-5.8 2.9-.4 5.6 1.8 5.9 4.8zM77.9 901c.3 2.9-1.9 5.5-4.8 5.8H73c-2.9.3-5.5-1.9-5.8-4.8v-.1c0-3 2.4-5.4 5.4-5.4 2.7 0 4.9 1.9 5.3 4.5zM174.7 752.5c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.6 1.9 5.9 4.9zM289.4 805.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM224.6 869c.3 2.9-1.9 5.5-4.8 5.8h-.1c-2.9.3-5.5-1.9-5.8-4.8-.5-2.9 1.4-5.7 4.4-6.3s5.7 1.4 6.3 4.4c-.1.3 0 .6 0 .9zM233.9 977.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM322 937.4c.3 3-1.9 5.6-4.9 5.9s-5.6-1.9-5.9-4.9c-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1.1.1.1zM367.3 1055.4c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 5 0-.1 0-.1 0 0zM443.3 1157.2c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.9 4.9zM275.1 1085.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3.1-.2 5.7 2 5.9 4.9zM206.6 1059.4c0 3-2.4 5.4-5.4 5.5-2.6 0-4.9-1.9-5.4-4.5-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM459.6 1001.5c0 3-2.4 5.4-5.4 5.5-2.6 0-4.9-1.9-5.4-4.5-.5-2.9 1.4-5.7 4.4-6.3s5.7 1.4 6.3 4.4c.1.3.1.6.1.9zM557.3 913c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM610.4 1023.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM533.4 1102.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3.1-.3 5.7 1.9 5.9 4.9zM679 1126.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.6 1.9 5.9 4.9zM621.2 1179.2c.2 3-2 5.6-4.9 5.8-3 .2-5.6-1.9-5.9-4.9-.3-3 2-5.6 4.9-5.9 3-.2 5.6 2 5.9 5zM795.9 1140.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM945.7 1055.4c0 3-2.4 5.4-5.4 5.4-2.6 0-4.8-1.9-5.3-4.5-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.9 5.8 4.9zM917 1135.5c.3 2.9-1.9 5.5-4.8 5.8h-.1c-2.9.3-5.5-1.9-5.8-4.8v-.1c-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4v1zM1053.3 1020.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.3 5.6 1.9 5.9 4.9zM1068.4 934.2c.2 3-2 5.6-4.9 5.8-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 5zM1042.9 815.1c.5 2.9-1.4 5.7-4.4 6.3-2.9.5-5.7-1.4-6.3-4.4-.1-.3-.1-.6-.1-1-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4 0 .4.1.7.1 1zM989.8 709.4c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM1095.9 673.2c.2 3-2 5.6-5 5.8-3 .2-5.6-2-5.8-5-.2-2.9 2-5.5 4.9-5.8 3-.2 5.6 2 5.9 5zM1172.8 603.9c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.6 2 5.9 5zM1031.4 595c.3 2.9-1.9 5.5-4.8 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1.9-.1 2.9-.3 5.5 1.7 5.8 4.6v.4zM1095.9 519.4c.2 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.2 5.6 2 5.9 4.9zM1148.8 430.2c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM1043.1 382.6c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.7 2 5.9 5zM1076.7 273.6c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM1217.8 507.4c.2 3-1.9 5.6-4.9 5.9-3 .2-5.6-2-5.8-4.9-.3-2.9 1.9-5.5 4.8-5.8 2.9-.3 5.6 1.8 5.9 4.7v.1zM1212.4 709.4c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 1.9 5.9 4.9zM1148.8 770.8c.3 3-2 5.6-4.9 5.9s-5.6-2-5.9-4.9c-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.3 5.6 1.8 5.9 4.8zM1195.4 803.9c.2 3-2 5.6-4.9 5.8-3 .3-5.6-1.9-5.9-4.9s1.9-5.6 4.9-5.9c3-.2 5.7 2 5.9 5zM1154.2 875c.3 2.9-1.9 5.5-4.8 5.8h-.1c-3 .2-5.6-2-5.8-4.9-.2-2.9 2-5.5 4.9-5.8 2.9-.3 5.5 1.9 5.8 4.8v.1zM717.5 1033.8c.2 3-2 5.6-4.9 5.8-3 .3-5.6-2-5.9-4.9s2-5.6 4.9-5.9c3-.2 5.6 2 5.9 5z'/%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M717.5 1033.8c.2 3-2 5.6-4.9 5.8-3 .3-5.6-2-5.9-4.9s2-5.6 4.9-5.9c3-.2 5.6 2 5.9 5z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse xlink:href='%23SVGID_1_' overflow='visible'/%3e%3c/clipPath%3e%3cg clip-path='url(%23SVGID_2_)'%3e%3cpath class='st2' d='M706.4 1028.6h11.3v11.3h-11.3z'/%3e%3c/g%3e%3cpath class='st2' d='M833.1 1050.9c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM258.7 675.1c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM378.9 731.5c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 2.9-.3 5.5 1.9 5.8 4.8.1 0 .1 0 .1.1zM511 779.5c.2 3-2 5.6-4.9 5.8-2.9.3-5.5-1.9-5.8-4.8v-.1c-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.2 5.6 2 5.8 4.9zM640.5 828.6c0 3-2.4 5.4-5.4 5.4-2.6 0-4.8-1.9-5.3-4.5-.5-2.9 1.4-5.7 4.4-6.3 2.9-.5 5.7 1.4 6.3 4.4-.1.4 0 .7 0 1zM696.4 928.7c.3 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.3 5.6 1.9 5.9 4.9zM826.6 941.6c.3 2.9-1.9 5.5-4.8 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1.9-.1 2.9-.3 5.5 1.9 5.8 4.8v.2zM951.1 948.2c.2 2.9-2 5.5-4.9 5.8-3 0-5.4-2.4-5.5-5.4 0-2.6 1.9-4.9 4.5-5.4 3-.2 5.6 2 5.9 5zM917 836c.2 3-1.9 5.6-4.9 5.9-3 .3-5.6-1.9-5.9-4.9-.3-3 1.9-5.6 4.9-5.9 3-.2 5.6 2 5.9 4.9zM768.2 852.6c.2 3-2 5.6-4.9 5.8-3 .2-5.6-1.9-5.9-4.9-.3-3 2-5.6 4.9-5.9 3-.2 5.7 2 5.9 5zM480.8 657.1c.2 3-2 5.6-4.9 5.8-2.9.5-5.7-1.4-6.3-4.4-.5-2.9 1.4-5.7 4.4-6.3.3-.1.6-.1 1-.1 2.9-.1 5.5 2 5.8 5zM412.8 873.4c.5 2.9-1.4 5.7-4.4 6.3s-5.7-1.4-6.3-4.4c-.1-.3-.1-.6-.1-.9-.3-2.9 1.9-5.5 4.8-5.8h.1c3-.4 5.6 1.8 5.9 4.8 0-.1 0-.1 0 0zM10.8 520.1c0 3-2.4 5.4-5.4 5.4S0 523.1 0 520.1c0-3 2.4-5.4 5.4-5.4 3 0 5.4 2.4 5.4 5.4z'/%3e%3cg class='st5'%3e%3cpath class='st2' d='M1274.7 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1235.1 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1215.2 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1254.9 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1215.2 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1254.9 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1274.7 402c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.5 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.8 2.8 2.8zM1235.1 396.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1274.7 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1235.1 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1215.2 535.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.9-2.8.1 0 0 0 0 0zM1254.9 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1215.2 495.5c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.2-2.8-2.8-2.8zM1254.9 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1274.7 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1235.1 475.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1274.7 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1235.1 634.2c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM1274.7 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1235.1 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1215.2 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM1254.9 614.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1215.2 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1254.9 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM1274.7 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1235.1 555c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1195.4 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM1135.9 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 455.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1135.9 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 415.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1116.2 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1195.4 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 396.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.4-1.2-2.7-2.8-2.8zM1116.2 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1195.4 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1135.9 535.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM1175.6 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1135.9 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1175.6 495.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1116.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1195.4 475.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 475.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1116.2 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1195.4 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1195.4 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1135.9 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM1175.6 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1135.9 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1175.6 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1116.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1195.4 555c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 555c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM1116.2 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM561.2 753.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.9-2.8zM521.6 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM501.7 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM501.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 713.5c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.5 1.1 2.7 2.6 2.7h.2c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.5 0-.8 0-1.1.1zM521.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM561.2 832.4c-1.5 0-2.7 1.1-2.7 2.6v.2c0 1.5 1.1 2.8 2.7 2.8h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1.1zM521.6 832.4c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM501.7 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM561.2 792.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.9-2.8zM521.6 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM561.2 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM521.6 911.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.7-2.7-2.7zM501.7 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM501.7 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM521.6 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM521.6 991c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM501.7 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM541.4 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM501.7 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM541.4 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM521.6 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM521.6 1109.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM521.6 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM501.7 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM541.4 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM541.4 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM521.6 1030.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM481.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM422.5 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM402.7 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM422.5 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM402.7 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.4-1.3-2.7-2.8-2.7zM481.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM442.3 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM481.9 911.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM442.3 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM422.5 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM462.1 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM481.9 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM402.7 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM481.9 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM422.5 1010.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.8 2.7 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM462.1 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM422.5 971.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM402.7 991c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM481.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3.1-.7.1-1 .1zM442.3 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM422.5 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM462.1 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM402.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM481.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM442.3 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM402.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM363 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM343.2 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM382.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM343.2 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM343.2 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM382.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM343.2 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM363 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-.7-.3-1.3-.7-1.8-.6-.6-1.3-.9-2.1-.9zM363 911.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM343.2 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM382.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM343.2 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM363 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM363 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM343.2 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM382.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM343.2 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM363 1070.2c-1.6.1-2.7 1.4-2.7 3 .1 1.6 1.4 2.7 3 2.7 1.5-.1 2.7-1.4 2.7-2.9-.1-1.6-1.4-2.8-3-2.8zM343.2 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM343.2 1050.4c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.5-1.2-2.8-2.8-2.9zM382.6 1050.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM363 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM323.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM263.9 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM263.9 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM323.4 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM283.7 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 832.4c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM283.7 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 852.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM263.9 812.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 812.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM244.1 832.4c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM323.4 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM283.7 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM283.7 911.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM263.9 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM263.9 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM244.1 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM323.4 991c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.7-1.2-3-2.8-3zM283.7 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM263.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM303.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM263.9 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM303.6 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM244.1 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 951.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM244.1 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM323.4 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM323.4 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4.1-.7.1-1 .1zM283.7 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM263.9 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM303.6 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM244.1 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7.1-1.6-1.2-2.9-2.8-2.9zM323.4 1030.6c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM283.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM244.1 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM719.7 39.7c-1.5 0-2.7 1.2-2.7 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9h-.2zM680.1 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM660.3 59.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM699.9 59.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM660.3 19.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM640.5 39.7c-1.5 0-2.7 1.2-2.7 2.7-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.9-2.7zM719.7 0c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM680.1 0c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8S681.7 0 680.1 0zM640.5 0c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM719.7 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM719.7 118.9c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM680.1 118.9c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM660.3 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM699.9 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 99.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 99.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM640.5 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM719.7 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM680.1 79.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM600.9 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM581.1 59.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM620.7 59.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM581.1 19.8c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 19.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 0c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM640.5 118.9c-1.6 0-2.9 1.3-2.9 2.9 0 1.6 1.3 2.9 2.9 2.9 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0v-.2zM600.9 118.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 138.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5-.3 2.6-1.7 2.3-3.3-.2-1-1.1-2-2.3-2.2zM620.7 138.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.2 2.9-.8 3.1-2.3v-.6c-.1-1.6-1.4-2.8-3-2.7h-.1zM581.1 99.1c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 99.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM640.5 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM600.9 79.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM561.2 39.7c-1.5 0-2.7 1.1-2.7 2.6v.2c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9-.1-.1-.1-.1-.2-.1zM521.6 39.7c-1.5-.2-3 .8-3.2 2.4-.2 1.5.8 3 2.4 3.2 1.5.2 3-.8 3.2-2.4v-.5c0-1.4-1-2.5-2.4-2.7zM501.7 59.5c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM541.4 59.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM501.7 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM541.4 19.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM481.9 39.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM561.2 0c-1.5 0-2.7 1.2-2.7 2.7v.1c-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM521.6 0c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM481.9 0c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM561.2 158.5c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8.1 0 0 0 0 0zM521.6 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.4-.2 2.4-1.4 2.4-2.8 0-1.3-1-2.6-2.4-2.8zM561.2 118.9c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM521.6 118.9c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM501.7 138.7c-1.4.1-2.6 1.2-2.7 2.7 0 1.5 1.2 2.7 2.7 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0v.2zM541.4 138.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM501.7 99.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM541.4 99.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM481.9 118.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM561.2 79.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.3-2.8-2.9-2.8zM521.6 79.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM481.9 79.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM481.9 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8z'/%3e%3ccircle class='st2' cx='422.5' cy='220.8' r='2.8'/%3e%3cpath class='st2' d='M462.1 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM422.5 178.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM462.1 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM481.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 164.2c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8-.1 1.5 1.2 2.8 2.8 2.8zM481.9 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 297.3c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.8 2.7 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 257.8c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM462.1 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM402.7 282.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c0 1.5 1.2 2.7 2.8 2.7zM481.9 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 243.5c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8-.1 1.5 1.2 2.8 2.8 2.8zM481.9 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM442.3 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 337c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM462.1 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.8-2.8-2.7zM402.7 362.3c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c0 1.5 1.2 2.7 2.8 2.7zM481.9 317.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM442.3 317.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM402.7 322.7c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8 1.2 2.8 2.8 2.8zM481.9 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM442.3 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM481.9 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM442.3 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM422.5 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM422.5 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM462.1 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM402.7 481.3c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8c-1.6 0-2.8 1.3-2.8 2.8s1.2 2.8 2.8 2.8zM402.7 441.7c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8c-1.1 0-2.2.7-2.6 1.7-.1.4-.1.7 0 1.1 0 1.4 1.1 2.6 2.6 2.8zM481.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM442.3 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM402.7 402c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8s-2.8 1.3-2.8 2.8c-.1 1.5 1.2 2.8 2.8 2.8zM402.7 203.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8-1.6 0-2.8 1.3-2.8 2.8v.1c-.1.4-.1.7 0 1.1.4 1 1.6 1.7 2.8 1.6zM363 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM343.2 178.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM382.6 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM323.4 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM363 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM323.4 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM382.6 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM343.2 257.8c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM382.6 257.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM363 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM323.4 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM363 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 376.5c-1.7 0-3 1.4-3 3 0 1.7 1.4 3 3 3s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8v-.4zM343.2 337c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.6-1.2-2.9-2.8-2.9zM382.6 337c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM363 317.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM363 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM363 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM343.2 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM343.2 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM382.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM363 396.3c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.2 2.9 2.8 2.9 1.6 0 2.9-1.2 2.9-2.8 0-1.6-1.2-2.9-2.7-2.9h-.3zM283.7 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 218c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM263.9 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM303.6 178.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM283.7 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM323.4 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM263.9 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 297.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM263.9 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM303.6 257.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM283.7 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM323.4 356.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM283.7 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM263.9 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 376.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM263.9 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.8-2.8-2.7zM303.6 337c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM323.4 317.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 317.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM323.4 475.7c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7.1-1.7-1.2-3-2.8-3zM283.7 475.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM323.4 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM283.7 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM263.9 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 455.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM263.9 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM303.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM323.4 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM283.7 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM244.1 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM204.4 198.2c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 218c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 218c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM184.7 178.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 178.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM164.9 198.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.6-1.3-2.9-2.8-2.9zM244.1 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 158.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM244.1 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3c-.3-.1-.7-.1-1 0zM204.4 277.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 297.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 297.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM184.7 257.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c-.1-1.4-1.3-2.7-2.8-2.7zM224.6 257.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM164.9 277.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3c-.4-.1-.7-.1-1 0zM244.1 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 237.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM244.1 356.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3.1-.7.1-1 .1zM204.4 356.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM184.7 376.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 376.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM184.7 337c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.8-2.8-2.7zM224.6 337c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM164.9 356.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.3-2.8-2.8-2.8zM244.1 317.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM204.4 317.1c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.9-2.8zM164.9 317.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8-.1-1.5-1.3-2.8-2.8-2.8zM244.1 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 436c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.9-2.8.1 0 .1 0 0 0zM184.7 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 455.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM184.7 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 396.3c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.2-2.8-2.9-2.8c.1 0 .1 0 0 0zM244.1 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 535.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM224.6 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM184.7 495.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM224.6 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 475.7c-1.5 0-2.8 1.1-2.8 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM204.4 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM244.1 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 614.3c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM184.7 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.7-1.3-2.9-2.8-2.9zM224.6 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM204.4 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM244.1 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 673.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 693.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM224.6 693.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM184.7 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM244.1 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM204.4 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM244.1 792.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM204.4 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.6-1.3-2.8-2.9-2.8zM244.1 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM204.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM184.7 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM224.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM184.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM224.6 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM244.1 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.2 2.7 2.7 2.7h.1c1.5 0 2.8-1.2 2.8-2.7.1-1.5-1.2-2.8-2.8-2.8zM204.4 713.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM164.9 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 436c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8zM105.4 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM145 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM105.4 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 415.9c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM164.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 396.3c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.9-2.8zM164.9 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM145 535.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM105.4 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 495.5c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM164.9 475.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM125.2 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM164.9 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8 0-1.4-1.2-2.7-2.7-2.8zM145 614.3c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM105.4 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7 0-1.7-1.3-2.9-2.8-2.9zM145 574.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM164.9 555c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.8-2.8zM125.2 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM164.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM125.2 673.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM105.4 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM145 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM164.9 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.6 0 2.8-1.3 2.8-2.8-.1-1.6-1.3-2.8-2.8-2.8zM125.2 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM164.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM125.2 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM164.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM125.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM105.4 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM145 773c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM105.4 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM145 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM164.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.3-2.8-2.8-2.8zM125.2 713.5c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.5-1.4-2.8-2.9-2.8zM85.6 436c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 436c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 455.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM26.1 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 415.9c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM6.2 436c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM85.6 396.3c-1.4.2-2.5 1.5-2.4 2.9 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8l-.4-.1zM45.9 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM6.2 396.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 515.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM45.9 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM26.1 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 535.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.7zM26.1 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 495.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM6.2 515.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8S9 520 9 518.5c.1-1.5-1.2-2.8-2.8-2.8zM85.6 475.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM45.9 475.7c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.7.1 0 0 0 0 0zM6.2 475.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM85.6 594.5c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM26.1 614.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM65.7 614.3c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM26.1 574.8c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 574.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.7 0-1 .1zM6.2 594.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 555c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM45.9 555c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.7zM6.2 555c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM85.6 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM45.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM26.1 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM65.7 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM6.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8S9 678 9 676.5c.1-1.5-1.2-2.8-2.8-2.8zM85.6 634.2c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM45.9 634.2c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.1 2.8-2.7v-.2c0-1.4-1.3-2.6-2.8-2.6zM6.2 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM85.6 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM45.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM85.6 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM45.9 753.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM26.1 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM65.7 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM26.1 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM65.7 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM6.2 792.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.9-2.8-2.9zM6.2 753.1c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM85.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM45.9 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.1 2.8-2.7v-.1c0-1.5-1.2-2.8-2.8-2.8zM6.2 713.5c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.2 2.7 2.7 2.7 1.5 0 2.8-1.1 2.8-2.7v-.1c.1-1.4-1.2-2.7-2.8-2.7zM1195.4 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1135.9 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1135.9 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1175.6 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1156.2 634.3c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.3 2.7-2.8 0-1.5-1.1-2.7-2.6-2.7 0-.1-.1-.1-.1-.1zM1195.4 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1135.9 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1135.9 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM1195.4 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.2-2.1-2.3-2.3zM1195.4 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM1156.2 832.4c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM1135.9 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1175.6 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1135.9 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.6-1.2-2.8-2.8-2.8zM1195.4 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM1156.2 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM1195.4 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1156.2 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1195.4 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM1156.2 911.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.7-2.7-2.7zM1135.9 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1175.6 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.8-1.2 2.8-2.7.1-1.7-1.2-2.9-2.8-2.9zM1135.9 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM1175.6 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.2-2.8-2.8-2.8zM1195.4 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1156.2 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM1116.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM1076.5 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1056.3 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM1096.4 693.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1116.2 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1076.5 634.2c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1116.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1076.5 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1056.3 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1096.4 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM1116.2 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.7 2.8 2.7 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4 0-.7 0-1 .1zM1076.5 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1116.2 832.4c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1076.5 832.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1056.3 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1056.3 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM1096.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM1116.2 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM1076.5 792.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM1116.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1076.5 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM1116.2 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c-.1-1.5-1.3-2.7-2.8-2.7zM1076.5 911.7c-1.5 0-2.7 1.2-2.7 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7 0-1.6-1.2-2.9-2.7-2.9h-.2zM1056.3 931.6c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3 0-1.6-1.3-2.8-2.9-2.8zM1096.4 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM1056.3 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM1096.4 891.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1116.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM1076.5 872c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM1036.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM977.4 693.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1017.1 693.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM977.4 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM1036.9 634.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM997.2 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM1036.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM977.4 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1017.1 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM977.4 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 733.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1036.9 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM1036.9 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM997.2 832.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM977.4 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM977.4 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.2-2.8-2.8-2.8zM1017.1 812.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM1036.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM997.2 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM1036.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM997.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM1036.9 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM997.2 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM977.4 931.6c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.6-1.3-2.8-2.9-2.8zM1017.1 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.6-1.1-2.9-2.7-2.9zM977.4 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM1017.1 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM1036.9 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8 2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM997.2 872c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM957.6 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 673.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 693.7c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM937.8 693.7c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM898.3 654c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 654c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM878.3 673.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8.1 0 .1 0 0 0zM957.6 634.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 634.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM957.6 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 753.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 773c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 773c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM898.3 733.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 733.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM878.3 753.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM957.6 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 713.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 713.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.6-1.1-2.9-2.7-2.9.1 0 .1 0 0 0zM957.6 832.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 832.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.4-1.2-2.7-2.8-2.7zM898.3 852.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 852.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM898.3 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 812.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM878.3 832.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c.1-1.4-1.2-2.6-2.7-2.7zM957.6 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM917.9 792.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM878.3 792.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM957.6 911.7c-.9 0-1.7.4-2.2 1.2-.4.4-.6 1-.6 1.6 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 911.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.2-2.7-2.8-2.7zM898.3 931.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 931.6c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM898.3 891.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 891.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM878.3 911.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM957.6 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 872c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM878.3 872c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM957.6 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.7-.1-1 0zM917.9 991c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7s-1.1-2.9-2.8-2.9c.1 0 .1 0 0 0zM898.3 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM937.8 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM898.3 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM878.3 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0h.4c1.4-.2 2.4-1.4 2.3-2.7.1-1.6-1.1-2.9-2.7-2.9.1 0 .1 0 0 0zM957.6 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM917.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM957.6 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM937.8 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM898.3 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM937.8 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM878.3 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5 0 2.7-1.2 2.7-2.7.1-1.5-1.1-2.8-2.7-2.9.1 0 .1 0 0 0zM957.6 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM917.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM878.3 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8.1 0 .1 0 0 0zM957.6 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM917.9 1189.4c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM957.6 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM917.9 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM898.3 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM937.8 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM898.3 1129.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7z'/%3e%3ccircle class='st2' cx='937.8' cy='1132.5' r='2.8'/%3e%3cpath class='st2' d='M878.3 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.7-2.7-2.8zM878.3 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM957.6 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM917.9 1109.8c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM878.3 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.2 2.7-2.7v-.1c.1-1.5-1.1-2.7-2.7-2.8zM838.7 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM818.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM858.5 1010.8c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.6-1.4-2.8-2.9-2.8zM818.9 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.8-2.8zM858.5 971.1c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM838.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.3-2.8-2.8-2.8zM838.7 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM818.9 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM858.5 1090c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM818.9 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM858.5 1050.4c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM838.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.6-1.3-2.8-2.8-2.8zM838.7 1189.4c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8-1.3-2.8-2.8-2.8zM838.7 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM818.9 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM858.5 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM818.9 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM858.5 1129.7c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM838.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 991c-1.6 0-2.9 1.2-2.9 2.7s1.2 2.9 2.7 2.9c1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.5-1.2-2.7-2.7-2.7zM759.4 991c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM739.6 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.5 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM779.2 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM739.6 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 971.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 951.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM759.4 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.1-1.1-2.1-2.3-2.3zM759.4 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM779.2 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM799.1 1030.6c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM759.4 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.2-2.8-2.8-2.8zM799.1 1189.4c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM759.4 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM799.1 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5-.3 2.6-1.7 2.3-3.3-.2-1.2-1.1-2.1-2.3-2.3zM759.4 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM739.6 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM779.2 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM739.6 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM779.2 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM799.1 1109.8c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.7-2.7-2.8zM759.4 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.8zM719.7 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3-.1-.6-.1-1 0zM680.1 991c-1.5 0-2.8 1.2-2.8 2.7 0 1.6 1.3 2.8 2.8 2.8 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.3 0-.6 0-1 .1zM660.3 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8.1-1.5-1.1-2.8-2.7-2.8zM699.9 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8s-1.2-2.8-2.8-2.8zM660.3 971.1c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.8-2.8-2.8zM699.9 971.1c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c.1-1.5-1.2-2.8-2.8-2.8zM719.7 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM719.7 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.2-2.7-2.8-2.8zM699.9 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.5 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM660.3 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM699.9 1050.4c-1.5-.3-3 .8-3.3 2.3s.8 3 2.3 3.3c.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3s-.8-3-2.3-3.3h-1zM719.7 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM680.1 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.6-1.2-2.8-2.8-2.8zM719.7 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1 0-1.5-1.3-2.8-2.9-2.8zM680.1 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.7-2.8-2.8zM719.7 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM660.3 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c.1-1.5-1.1-2.8-2.7-2.8zM699.9 1169.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8.1 0 0 0 0 0zM660.3 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM699.9 1129.7c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM719.7 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8zM680.1 1109.8c-1.5 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8.1-1.5-1.2-2.8-2.8-2.8.1 0 0 0 0 0zM640.5 991c-1.5.3-2.6 1.7-2.3 3.3.2 1.2 1.1 2.1 2.3 2.3 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM600.9 991c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.4-.1-.7-.1-1 0zM581.1 1010.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.5 0 2.7-1.3 2.7-2.8 0-1.5-1.2-2.8-2.7-2.8zM620.7 1010.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8s-1.3-2.8-2.8-2.8zM581.1 971.1c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 971.1c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM561.2 991c-1.5 0-2.7 1.2-2.7 2.7 0 1.5 1.1 2.8 2.7 2.8h.1c1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3-.5 0-.8 0-1.1.1zM640.5 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM561.2 951.3c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8c0-1.5-1.2-2.8-2.8-2.8zM640.5 1070.2c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1070.2c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 1090c-1.6 0-2.8 1.3-2.8 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.7-2.8-2.8zM620.7 1090c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM581.1 1050.4c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM620.7 1050.4c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8s2.8-1.3 2.8-2.8v-.1c0-1.4-1.3-2.7-2.8-2.7zM561.2 1070.2c-1.5 0-2.7 1.2-2.7 2.7v.1c.3 1.5 1.7 2.6 3.3 2.3 1.2-.2 2.1-1.1 2.3-2.3-.1-1.5-1.3-2.8-2.9-2.8zM640.5 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM600.9 1030.6c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.8-2.8zM561.2 1030.6c-1.5 0-2.7 1.2-2.7 2.7v.1c0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.6-1.3-2.8-2.9-2.8.1 0 0 0 0 0zM640.5 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.4-2.8-2.9-2.8zM600.9 1189.4c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.7-2.8-2.8zM640.5 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1149.5c-1.5-.3-3 .8-3.3 2.3-.3 1.5.8 3 2.3 3.3.3.1.6.1 1 0 1.5.3 3-.8 3.3-2.3.3-1.5-.8-3-2.3-3.3h-1zM581.1 1169.3c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9s2.9-1.2 2.9-2.7v-.1c0-1.5-1.2-2.8-2.7-2.8zM620.7 1169.3c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM581.1 1129.7c-1.6 0-2.9 1.2-2.9 2.7 0 1.6 1.2 2.9 2.7 2.9 1.6 0 2.9-1.2 2.9-2.7v-.2c0-1.4-1.2-2.6-2.7-2.7zM620.7 1129.7c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8v-.1c0-1.5-1.3-2.7-2.8-2.7zM561.2 1189.4c-1.5 0-2.7 1.3-2.7 2.8-.3 1.5.8 3 2.3 3.3 1.5.3 3-.8 3.3-2.3.1-.3.1-.6 0-1-.1-1.5-1.3-2.8-2.9-2.8zM561.2 1149.5c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM640.5 1109.8c-1.6 0-2.8 1.3-2.8 2.8s1.3 2.8 2.8 2.8c1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.3-2.8-2.8-2.8zM600.9 1109.8c-1.6 0-2.8 1.3-2.8 2.8 0 1.6 1.3 2.8 2.8 2.8 1.6 0 2.8-1.3 2.8-2.8 0-1.5-1.2-2.8-2.8-2.8zM561.2 1109.8c-1.5 0-2.7 1.3-2.7 2.8 0 1.5 1.1 2.8 2.7 2.8h.1c1.6 0 2.8-1.3 2.8-2.8-.1-1.5-1.4-2.8-2.9-2.8z'/%3e%3c/g%3e%3clinearGradient id='SVGID_3_' gradientUnits='userSpaceOnUse' x1='785.025' y1='615.4073' x2='818.878' y2='615.4073' gradientTransform='matrix(1 0 0 -1 0 1210.1648)'%3e%3cstop offset='.19' stop-color='%23be9543'/%3e%3cstop offset='1' stop-color='%23be9543'/%3e%3c/linearGradient%3e%3cpath d='M818.9 611.7H785v-33.9h33.9v33.9zm-31-2.9h28v-28h-28v28z' fill='url(%23SVGID_3_)'/%3e%3cg class='st8'%3e%3cpath transform='matrix(.5547 -.8321 .8321 .5547 -121.4736 764.8654)' class='st2' d='M652.4 317.9h2.9V674h-2.9z'/%3e%3c/g%3e%3cpath class='st2' d='M801.9 596.7c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM511 397.9c0 3-2.4 5.4-5.4 5.4-3 0-5.4-2.4-5.4-5.4 0-3 2.4-5.4 5.4-5.4s5.4 2.4 5.4 5.4z'/%3e%3cpath class='st2' d='M543.7 436h-76.2v-76.2h76.2V436zm-73.2-3h70.1v-70.3h-70.1V433z'/%3e%3c/g%3e%3c/svg%3e");
}